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 | 闕莞ク | 1110100010001101100010101100111010111000 | e88d8aceb8 |
EUC-JP | 闕莞ク | 111011111110110110110100110100001000111010111000 | efedb4d08eb8 |
UTF-8 | 闕莞ク | 111010011001011110010101111010001000111010011110111011111011110110111000 | e99795e88e9eefbdb8 |
UHC | 闕莞? | 1100111111110100111010001101010000111111 | cff4e8d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)