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 | 逎錐 | 11100111101000111001000010001101 | e7a3908d |
EUC-JP | 逎錐 | 11101110101001011011111111101101 | eea5bfed |
UTF-8 | 逎錐 | 111010011000000010001110111010011000110010010000 | e9808ee98c90 |
UHC | ?錐 | 001111111111010111011110 | 3ff5de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)