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 | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 螟暮匏H | 11100101101001001001010111101001100110011011010101001000 | e5a495e999b548 |
EUC-JP | 螟暮匏H | 11101010101001101100101011101011110100101011011101001000 | eaa6caebd2b748 |
UTF-8 | 螟暮匏H | 11101000100111101001111111100110100110101010111011100101100011001000111101001000 | e89e9fe69aaee58c8f48 |
UHC | 螟暮匏H | 11011001101011011101100110111010111110001101001001001000 | d9add9baf8d248 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)