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 | 1110011101001110001111111000100111100011011011110100001001000110 | e74e3f89e36f4246 |
EUC-JP | 躁?峨oBF | 1110110110101111001111111011001011100101011011110100001001000110 | edaf3fb2e56f4246 |
UTF-8 | 躁찮峨oBF | 111010001011101010000001111011001011000010101110111001011011001110101000011011110100001001000110 | e8ba81ecb0aee5b3a86f4246 |
UHC | 躁찮峨oBF | 111100001110001011000010111110101110010010110001011011110100001001000110 | f0e2c2fae4b16f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)