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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 顰懷宴 | 111010001111110010011100111001011000100110000011 | e8fc9ce58983 |
EUC-JP | 顰懷宴 | 111100001111111011011000111001111011000111100011 | f0fed8e7b1e3 |
UTF-8 | 顰懷宴 | 111010011010000110110000111001101000011110110111111001011010111010110100 | e9a1b0e687b7e5aeb4 |
UHC | ?懷宴 | 0011111111111100111000111110011011000011 | 3ffce3e6c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)