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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 尅繖尅縋^ | 100110111001000111100011100001001001101110010001111000110111011001011110 | 9b91e3849b91e3765e |
EUC-JP | 尅繖尅縋^ | 110101011111000111100101111001001101010111110001111001011101011101011110 | d5f1e5e4d5f1e5d75e |
UTF-8 | 尅繖尅縋^ | 11100101101100001000010111100111101110011001011011100101101100001000010111100111101110001000101101011110 | e5b085e7b996e5b085e7b88b5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)