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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 煽姚煽?B | 1001000011111000100110110100110010010000111110000011111101000010 | 90f89b4c90f83f42 |
EUC-JP | 煽姚煽饍B | 11000000111110101101010110101101110000001111101010001111111010001110110101000010 | c0fad5adc0fa8fe8ed42 |
UTF-8 | 煽姚煽饍B | 11100111100001011011110111100101101001111001101011100111100001011011110111101001101001011000110101000010 | e785bde5a79ae785bde9a58d42 |
UHC | 煽姚煽饍B | 111000001100001111101000111011101110000011000011111000001101011101000010 | e0c3e8eee0c3e0d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)