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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 獄▼?oBF | 1000110110010110100000011010010100111111011011110100001001000110 | 8d9681a53f6f4246 |
EUC-JP | 獄▼?oBF | 1011100111110110101000101010011100111111011011110100001001000110 | b9f6a2a73f6f4246 |
UTF-8 | 獄▼풛oBF | 111001111000110110000100111000101001011010111100111011011001001010011011011011110100001001000110 | e78d84e296bced929b6f4246 |
UHC | 獄▼풛oBF | 111010001010101110100001111001011011111010011110011011110100001001000110 | e8aba1e5be9e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)