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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 餓θ?h | 100010011110110010000011110001100011111101101000 | 89ec83c63f68 |
EUC-JP | 餓θ?h | 101100101110111010100110110010000011111101101000 | b2eea6c83f68 |
UTF-8 | 餓θ뵎h | 111010011010010010010011110011101011100011101011101101011000111001101000 | e9a493ceb8ebb58e68 |
UHC | 餓θ뵎h | 11100100101110111010010111101000100101001001000101101000 | e4bba5e8949168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)