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 | 10001101100101100011111100111111011011110100001001000110 | 8d963f3f6f4246 |
EUC-JP | 獄??oBF | 10111001111101100011111100111111011011110100001001000110 | b9f63f3f6f4246 |
UTF-8 | 獄㏐뉨oBF | 111001111000110110000100111000111000111110010000111010111000100110101000011011110100001001000110 | e78d84e38f90eb89a86f4246 |
UHC | 獄㏐뉨oBF | 111010001010101110100111111010101011010010111000011011110100001001000110 | e8aba7eab4b86f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)