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 | 顏憺 | 11101000111110001001110011101001 | e8f89ce9 |
EUC-JP | 顏憺 | 11110000111110101101100011101011 | f0fad8eb |
UTF-8 | 顏憺 | 111010011010000110001111111001101000011010111010 | e9a18fe686ba |
UHC | ?憺 | 001111111101001110111100 | 3fd3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)