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 | 10011000011000110011111110011000011000110011111101000010 | 98633f98633f42 |
EUC-JP | 歪?歪?B | 11001111110001000011111111001111110001000011111101000010 | cfc43fcfc43f42 |
UTF-8 | 歪둉歪둉B | 11100110101011011010101011101011100100011000100111100110101011011010101011101011100100011000100101000010 | e6adaaeb9189e6adaaeb918942 |
UHC | 歪둉歪둉B | 111010001110000010001010010001011110100011100000100010100100010101000010 | e8e08a45e8e08a4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)