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 | ?R?H^ | 0011111101010010001111110100100001011110 | 3f523f485e |
SJIS-WIN | ?R?H^ | 0011111101010010001111110100100001011110 | 3f523f485e |
EUC-JP | ?R?H^ | 0011111101010010001111110100100001011110 | 3f523f485e |
UTF-8 | 혪R혪H^ | 111011011001100010101010010100101110110110011000101010100100100001011110 | ed98aa52ed98aa485e |
UHC | 혪R혪H^ | 11000010100100100101001011000010100100100100100001011110 | c29252c292485e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)