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 | ??????o | 00111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f6f |
SJIS-WIN | ??????o | 00111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f6f |
EUC-JP | ??????o | 00111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f6f |
UTF-8 | 횞찼횙쩔처쨉o | 11101101100110101001111011101100101100001011110011101101100110101001100111101100101010011001010011101100101100101001100011101100101010001000100101101111 | ed9a9eecb0bced9a99eca994ecb298eca8896f |
UHC | 횞찼횙쩔처쨉o | 11000011100101111100001110100001110000111001001111000010101111111100001110110011110000101011010101101111 | c397c3a1c393c2bfc3b3c2b56f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)