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 | 瓊牘 | 11100000111110011110000010101111 | e0f9e0af |
EUC-JP | 瓊牘 | 11100000111110111110000010110001 | e0fbe0b1 |
UTF-8 | 瓊牘 | 111001111001001110001010111001111000100110011000 | e7938ae78998 |
UHC | 瓊牘 | 11001100111000011101010010111010 | cce1d4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)