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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 醒?^ | 10010000110000010011111101011110 | 90c13f5e |
EUC-JP | 醒?^ | 11000000110000110011111101011110 | c0c33f5e |
UTF-8 | 醒쇄^ | 11101001100001101001001011101100100001111000010001011110 | e98692ec87845e |
UHC | 醒쇄^ | 1110000110100101101111001110001001011110 | e1a5bce25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)