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 | 聽遂 | 11100011111000111001000010001011 | e3e3908b |
EUC-JP | 聽遂 | 11100110111001011011111111101011 | e6e5bfeb |
UTF-8 | 聽遂 | 111010001000000110111101111010011000000110000010 | e881bde98182 |
UHC | 聽遂 | 11110100111010011110001011000100 | f4e9e2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)