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 | 1001110101001110001111110011111101101000 | 9d4e3f3f68 |
EUC-JP | 扼??h | 1101100110101111001111110011111101101000 | d9af3f3f68 |
UTF-8 | 扼싳옖h | 11100110100010011011110011101100100010111011001111101100100110001001011001101000 | e689bcec8bb3ec989668 |
UHC | 扼싳옖h | 11100100111110011001101011101100100111101001110001101000 | e4f99aec9e9c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)