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 | 顔壓 | 10001010111001111001101011011000 | 8ae79ad8 |
EUC-JP | 顔壓 | 10110100111010011101010011011010 | b4e9d4da |
UTF-8 | 顔壓 | 111010011010000110010100111001011010001110010011 | e9a194e5a393 |
UHC | 顔壓 | 11100100110101001110010011100010 | e4d4e4e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)