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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 絶??橈 ̄h | 100100001110001000111111001111111001111011110100100000010101000001101000 | 90e23f3f9ef4815068 |
EUC-JP | 絶??橈 ̄h | 110000001110010000111111001111111101110011110110101000011011000101101000 | c0e43f3fdcf6a1b168 |
UTF-8 | 絶쒙슛橈 ̄h | 11100111101101011011011011101100100100101001100111101100100010101001101111100110101010011000100011101111101111111010001101101000 | e7b5b6ec9299ec8a9be6a988efbfa368 |
UHC | 絶쒙슛橈 ̄h | 1110111110111110100111001110111110111101101110001110100011111010101000111111111001101000 | efbe9cefbdb8e8faa3fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)