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 | シ餮 | 101111001110100101010111 | bce957 |
EUC-JP | シ餮 | 10001110101111001111000110111000 | 8ebcf1b8 |
UTF-8 | シ餮 | 111011111011110110111100111010011010010010101110 | efbdbce9a4ae |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)