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 | 載h?^ | 100011011101101010000010100010000011111101011110 | 8dda82883f5e |
EUC-JP | 載h?^ | 101110101101110010100011111010000011111101011110 | badca3e83f5e |
UTF-8 | 載h랜^ | 11101000101111001000100111101111101111011000100011101011100111101001110001011110 | e8bc89efbd88eb9e9c5e |
UHC | 載h랜^ | 11101110101100001010001111101000101101111010001101011110 | eeb0a3e8b7a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)