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 | 1000111110011100001111110011111101101000 | 8f9c3f3f68 |
EUC-JP | 除??h | 1011110111111100001111110011111101101000 | bdfc3f3f68 |
UTF-8 | 除펩勞h | 11101001100110011010010011101101100011101010100111101111101001001010111101101000 | e999a4ed8ea9efa4af68 |
UHC | 除펩勞h | 11110000101101101100011011101001110100101011111001101000 | f0b6c6e9d2be68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)