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 | 舎鮴 | 10001110110010011110100110111110 | 8ec9e9be |
EUC-JP | 舎鮴 | 10111100110010111111001011000000 | bccbf2c0 |
UTF-8 | 舎鮴 | 111010001000100010001110111010011010111010110100 | e8888ee9aeb4 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)