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 | 牆蓆^ | 1110000010101101111001001110110001011110 | e0ade4ec5e |
EUC-JP | 牆蓆^ | 1110000010101111111010001110111001011110 | e0afe8ee5e |
UTF-8 | 牆蓆^ | 11100111100010011000011011101000100100111000011001011110 | e78986e893865e |
UHC | 牆蓆^ | 1110110111101101111000001011011001011110 | edede0b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)