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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??鬼??鬼B | 001111110011111110001011010100110011111100111111100010110101001101000010 | 3f3f8b533f3f8b5342 |
EUC-JP | ??鬼??鬼B | 001111110011111110110101101101000011111100111111101101011011010001000010 | 3f3fb5b43f3fb5b442 |
UTF-8 | 吏흖鬼吏흖鬼B | 11101111101001111001111011101101100111011001011011101001101011001011110011101111101001111001111011101101100111011001011011101001101011001011110001000010 | efa79eed9d96e9acbcefa79eed9d96e9acbc42 |
UHC | 吏흖鬼吏흖鬼B | 11101100101001111100100011101000110100001010000111101100101001111100100011101000110100001010000101000010 | eca7c8e8d0a1eca7c8e8d0a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)