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 | 荅N瑚昂B | 111001001010011110000010011011011000110011101000100011010101011001000010 | e4a7826d8ce88d5642 |
EUC-JP | 荅N瑚昂B | 111010001010100110100011110011101011100011101010101110011011011101000010 | e8a9a3ceb8eab9b742 |
UTF-8 | 荅N瑚昂B | 11101000100011011000010111101111101111001010111011100111100100011001101011100110100110001000001001000010 | e88d85efbcaee7919ae6988242 |
UHC | ?N瑚?B | 00111111101000111100111011111011110100010011111101000010 | 3fa3cefbd13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)