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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 胛処 | 11100011111011101000111110001000 | e3ee8f88 |
EUC-JP | 胛処 | 11100110111100001011110111101000 | e6f0bde8 |
UTF-8 | 胛処 | 111010001000001110011011111001011000011110100110 | e8839be587a6 |
UHC | 胛? | 110010111010010000111111 | cba43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)