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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 與?與?B | 11100100011011110011111111100100011011110011111101000010 | e46f3fe46f3f42 |
EUC-JP | 與?與?B | 11100111110100000011111111100111110100000011111101000010 | e7d03fe7d03f42 |
UTF-8 | 與뾸與뾸B | 11101000100010001000011111101011101111101011100011101000100010001000011111101011101111101011100001000010 | e88887ebbeb8e88887ebbeb842 |
UHC | 與뾸與뾸B | 111001101010100010010111011110101110011010101000100101110111101001000010 | e6a8977ae6a8977a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)