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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?蓑度 | 0011111110010110101010101001001101111000 | 3f96aa9378 |
EUC-JP | 蔣蓑度 | 10001111110110011011011011001100101011001100010111011001 | 8fd9b6ccacc5d9 |
UTF-8 | 蔣蓑度 | 111010001001010010100011111010001001001110010001111001011011101010100110 | e894a3e89391e5baa6 |
UHC | 蔣蓑度 | 111011011111100011011110111011101101001111111000 | edf8deeed3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)