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 | 鴉室質^ | 111010011110101110001110101110101111001010111011100011101011111101011110 | e9eb8ebaf2bb8ebf5e |
EUC-JP | 鴉室?質^ | 1111001011101101101111001011110000111111101111001100000101011110 | f2edbcbc3fbcc15e |
UTF-8 | 鴉室質^ | 11101001101101001000100111100101101011101010010011101110100001111011001011101000101100111010101001011110 | e9b489e5aea4ee87b2e8b3aa5e |
UHC | 鴉室?質^ | 1110010010111100111000111111100000111111111100101111010101011110 | e4bce3f83ff2f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)