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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 畯?醍?h | 11111011011011110011111110010001111001110011111101101000 | fb6f3f91e73f68 |
EUC-JP | 畯?醍?h | 1000111111001101101110110011111111000010111010010011111101101000 | 8fcdbb3fc2e93f68 |
UTF-8 | 畯렜醍렕h | 11100111100101011010111111101011101000001001110011101001100001101000110111101011101000001001010101101000 | e795afeba09ce9868deba09568 |
UHC | 畯렜醍렕h | 111100011110000110001110101011101111000010110101100011101010101001101000 | f1e18eaef0b58eaa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)