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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 蠖蠖[蠖蠖[^ | 1110010110111101111001011011110101011011111001011011110111100101101111010101101101011110 | e5bde5bd5be5bde5bd5b5e |
EUC-JP | 蠖蠖[蠖蠖[^ | 1110101010111111111010101011111101011011111010101011111111101010101111110101101101011110 | eabfeabf5beabfeabf5b5e |
UTF-8 | 蠖蠖[蠖蠖[^ | 111010001010000010010110111010001010000010010110010110111110100010100000100101101110100010100000100101100101101101011110 | e8a096e8a0965be8a096e8a0965b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)