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 | 顔誰 | 10001010111001111001001001001110 | 8ae7924e |
EUC-JP | 顔誰 | 10110100111010011100001110101111 | b4e9c3af |
UTF-8 | 顔誰 | 111010011010000110010100111010001010101010110000 | e9a194e8aab0 |
UHC | 顔誰 | 11100100110101001110001011000001 | e4d4e2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)