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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 尊輕■ | 100100011011100011100111011010101000000110100001 | 91b8e76a81a1 |
EUC-JP | 尊輕■ | 110000101011101011101101110010111010001010100011 | c2baedcba2a3 |
UTF-8 | 尊輕■ | 111001011011000010001010111010001011110010010101111000101001011010100000 | e5b08ae8bc95e296a0 |
UHC | 尊輕■ | 111100001110111011001100111011101010000111100001 | f0eecceea1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)