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 | 11101010010111110011111100111111011011110100001001000110 | ea5f3f3f6f4246 |
EUC-JP | 鸚??oBF | 11110011110000000011111100111111011011110100001001000110 | f3c03f3f6f4246 |
UTF-8 | 鸚길굢oBF | 111010011011100010011010111010101011100010111000111010101011010110100010011011110100001001000110 | e9b89aeab8b8eab5a26f4246 |
UHC | 鸚길굢oBF | 111001011010010010110001111001101000001010001001011011110100001001000110 | e5a4b1e682896f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)