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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 址???珥 | 10011010101011000011111100111111001111111110000011100000 | 9aac3f3f3fe0e0 |
EUC-JP | 址???珥 | 11010100101011100011111100111111001111111110000011100010 | d4ae3f3f3fe0e2 |
UTF-8 | 址뜻렪렮珥 | 111001011001110110000000111010111001110010111011111010111010000010101010111010111010000010101110111001111000111110100101 | e59d80eb9cbbeba0aaeba0aee78fa5 |
UHC | 址뜻렪렮珥 | 11110010101000111011011011100110100011101011100010001110101110111110110010110100 | f2a3b6e68eb88ebbecb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)