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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
SJIS-WIN | 薈煙 ̄O | 11100101010001101000100110001100100000010101000001001111 | e546898c81504f |
EUC-JP | 薈煙 ̄O | 11101001101001111011000111101100101000011011000101001111 | e9a7b1eca1b14f |
UTF-8 | 薈煙 ̄O | 11101000100101101000100011100111100001011001100111101111101111111010001101001111 | e89688e78599efbfa34f |
UHC | ?煙 ̄O | 001111111110011011010101101000111111111001001111 | 3fe6d5a3fe4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)