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 | 譟煙 ̄^ | 11100110100111111000100110001100100000010101000001011110 | e69f898c81505e |
EUC-JP | 譟煙 ̄^ | 11101100101000011011000111101100101000011011000101011110 | eca1b1eca1b15e |
UTF-8 | 譟煙 ̄^ | 11101000101011011001111111100111100001011001100111101111101111111010001101011110 | e8ad9fe78599efbfa35e |
UHC | ?煙 ̄^ | 001111111110011011010101101000111111111001011110 | 3fe6d5a3fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)