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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 唸痣h唸痣 | 100110100101100011100001011110110110100010011010010110001110000101111011 | 9a58e17b689a58e17b |
EUC-JP | 唸痣h唸痣 | 110100111011100111100001110111000110100011010011101110011110000111011100 | d3b9e1dc68d3b9e1dc |
UTF-8 | 唸痣h唸痣 | 11100101100101001011100011100111100101111010001101101000111001011001010010111000111001111001011110100011 | e594b8e797a368e594b8e797a3 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)