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 | 韈樊 | 11101000111001111001111011100110 | e8e79ee6 |
EUC-JP | 韈樊 | 11110000111010011101110011101000 | f0e9dce8 |
UTF-8 | 韈樊 | 111010011001111110001000111001101010100010001010 | e99f88e6a88a |
UHC | ?樊 | 001111111101101111100000 | 3fdbe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)