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 | 淵善 | 10010101101000111001000101010000 | 95a39150 |
EUC-JP | 淵善 | 11001010101001011100000110110001 | caa5c1b1 |
UTF-8 | 淵善 | 111001101011011110110101111001011001011010000100 | e6b7b5e59684 |
UHC | 淵善 | 11100110110100001110000010111100 | e6d0e0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)