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 | 裂礫壘 | 100101111111010011100010010010011001101011011100 | 97f4e2499adc |
EUC-JP | 裂礫壘 | 110011101111011011100011101010101101010011011110 | cef6e3aad4de |
UTF-8 | 裂礫壘 | 111010001010001110000010111001111010010010101011111001011010001110011000 | e8a382e7a4abe5a398 |
UHC | 裂礫壘 | 110101101010111011010101111110001101011110100100 | d6aed5f8d7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)