To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??±? | 00111111001111111011000100111111 | 3f3fb13f |
SJIS-WIN | ??±違 | 001111110011111110000001011111011000100011100001 | 3f3f817d88e1 |
EUC-JP | ??±違 | 001111110011111110100001110111101011000011100011 | 3f3fa1deb0e3 |
UTF-8 | 黎싳±違 | 1110111110100110100010011110110010001011101100111100001010110001111010011000000110010101 | efa689ec8bb3c2b1e98195 |
UHC | 黎싳±違 | 1110011010110001100110101110110010100001101111101110101011011110 | e6b19aeca1beeade |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)