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 | 哉???迂 | 10001101110001100011111100111111001111111000100101001001 | 8dc63f3f3f8949 |
EUC-JP | 哉泮??迂 | 101110101100100010001111110001111010100000111111001111111011000110101010 | bac88fc7a83f3fb1aa |
UTF-8 | 哉泮렪렣迂 | 111001011001001110001001111001101011001110101110111010111010000010101010111010111010000010100011111010001011111110000010 | e59389e6b3aeeba0aaeba0a3e8bf82 |
UHC | 哉泮렪렣迂 | 11101110101000111101101011101010100011101011100010001110101101001110100111100110 | eea3daea8eb88eb4e9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)