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 | 蓁一 | 11100100111010111000100011101010 | e4eb88ea |
EUC-JP | 蓁一 | 11101000111011011011000011101100 | e8edb0ec |
UTF-8 | 蓁一 | 111010001001001110000001111001001011100010000000 | e89381e4b880 |
UHC | ?一 | 001111111110110011101001 | 3fece9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)