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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 踈罷揉B | 11100110111100011001010011101011100111011000011001000010 | e6f194eb9d8642 |
EUC-JP | 踈罷揉B | 11101100111100111100100011101101110110011110011001000010 | ecf3c8edd9e642 |
UTF-8 | 踈罷揉B | 11101000101110001000100011100111101111011011011111100110100011111000100101000010 | e8b888e7bdb7e68f8942 |
UHC | ?罷?B | 0011111111110111111100110011111101000010 | 3ff7f33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)