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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 楔跣穩^ | 10011110101101101110011011101111111000100111001001011110 | 9eb6e6efe2725e |
EUC-JP | 楔跣穩^ | 11011100101110001110110011110001111000111101001101011110 | dcb8ecf1e3d35e |
UTF-8 | 楔跣穩^ | 11100110101001011001010011101000101101111010001111100111101010011010100101011110 | e6a594e8b7a3e7a9a95e |
UHC | 楔跣穩^ | 11100000110110111110000011010011111010001011000101011110 | e0dbe0d3e8b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)