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 | 盖韜驅哈^ | 111000011011001111101000111010011110100101111011100110011111101101011110 | e1b3e8e9e97b99fb5e |
EUC-JP | 盖韜驅哈^ | 111000101011010111110000111010111111000111011100110100101111110101011110 | e2b5f0ebf1dcd2fd5e |
UTF-8 | 盖韜驅哈^ | 11100111100110111001011011101001100111111001110011101001101010011000010111100101100100111000100001011110 | e79b96e99f9ce9a985e593885e |
UHC | 盖韜驅哈^ | 110010111100110011010100101101111100111111001100111110011110101101011110 | cbccd4b7cfccf9eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)