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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蚓船n^ | 11100101011011011001000101000100100000101000111001011110 | e56d9144828e5e |
EUC-JP | 蚓船n^ | 11101001110011101100000110100101101000111110111001011110 | e9cec1a5a3ee5e |
UTF-8 | 蚓船n^ | 11101000100110101001001111101000100010001011100111101111101111011000111001011110 | e89a93e888b9efbd8e5e |
UHC | 蚓船n^ | 11101100111000101110000011001111101000111110111001011110 | ece2e0cfa3ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)