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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 牆蜴^ | 1110000010101101111001011000111001011110 | e0ade58e5e |
EUC-JP | 牆蜴^ | 1110000010101111111010011110111001011110 | e0afe9ee5e |
UTF-8 | 牆蜴^ | 11100111100010011000011011101000100111001011010001011110 | e78986e89cb45e |
UHC | 牆?^ | 11101101111011010011111101011110 | eded3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)