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 | 盖韜鞁哈^ | 111000011011001111101000111010011110100011011001100110011111101101011110 | e1b3e8e9e8d999fb5e |
EUC-JP | 盖韜鞁哈^ | 111000101011010111110000111010111111000011011011110100101111110101011110 | e2b5f0ebf0dbd2fd5e |
UTF-8 | 盖韜鞁哈^ | 11100111100110111001011011101001100111111001110011101001100111101000000111100101100100111000100001011110 | e79b96e99f9ce99e81e593885e |
UHC | 盖韜?哈^ | 1100101111001100110101001011011100111111111110011110101101011110 | cbccd4b73ff9eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)