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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-WIN | 屍?黔w | 100011100111001000111111111010100111011101110111 | 8e723fea7777 |
EUC-JP | 屍?黔w | 101110111101001100111111111100111101100001110111 | bbd33ff3d877 |
UTF-8 | 屍鍊黔w | 11100101101100011000110111101111101001101001101111101001101110111001010001110111 | e5b18defa69be9bb9477 |
UHC | 屍鍊黔w | 11100011101110111110011011101000110011001010001101110111 | e3bbe6e8cca377 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)