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 | 髴掻 | 11101001100111001001000101111110 | e99c917e |
EUC-JP | 髴掻 | 11110001111111001100000111011111 | f1fcc1df |
UTF-8 | 髴掻 | 111010011010101110110100111001101000111010111011 | e9abb4e68ebb |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)