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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髯拮髯 | 111010011001100110011101011010001110100110011001 | e9999d68e999 |
EUC-JP | 髯拮髯 | 111100011111100111011001110010011111000111111001 | f1f9d9c9f1f9 |
UTF-8 | 髯拮髯 | 111010011010101110101111111001101000101110101110111010011010101110101111 | e9abafe68baee9abaf |
UHC | ?拮? | 00111111110100011100111100111111 | 3fd1cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)