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 | 100100001111100010010001011010111001000011111000100100010110101101000010 | 90f8916b90f8916b42 |
EUC-JP | 煽遡煽遡B | 110000001111101011000001110011001100000011111010110000011100110001000010 | c0fac1ccc0fac1cc42 |
UTF-8 | 煽遡煽遡B | 11100111100001011011110111101001100000011010000111100111100001011011110111101001100000011010000101000010 | e785bde981a1e785bde981a142 |
UHC | 煽遡煽遡B | 111000001100001111100001110011111110000011000011111000011100111101000010 | e0c3e1cfe0c3e1cf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)