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 | 001111111001001111111010100101110110010001101000 | 3f93fa976468 |
EUC-JP | ?日妖h | 001111111100011011111100110011011100010101101000 | 3fc6fccdc568 |
UTF-8 | 뤺日妖h | 11101011101001001011101011100110100101111010010111100101101001101001011001101000 | eba4bae697a5e5a69668 |
UHC | 뤺日妖h | 10001111111010001110110011101101111010001110110101101000 | 8fe8ecede8ed68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)