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 | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 歎尊oBF | 10010010010101101001000110111000011011110100001001000110 | 925691b86f4246 |
EUC-JP | 歎尊oBF | 11000011101101111100001010111010011011110100001001000110 | c3b7c2ba6f4246 |
UTF-8 | 歎尊oBF | 111001101010110110001110111001011011000010001010011011110100001001000110 | e6ad8ee5b08a6f4246 |
UHC | 歎尊oBF | 11110111101001111111000011101110011011110100001001000110 | f7a7f0ee6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)