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 | 1110001101001111001111111000111110000101100000101010101101000010 | e34f3f8f8582ab42 |
EUC-JP | 絨顑遵きB | 11100101101100001000111111101000101011011011110111100101101001001010110101000010 | e5b08fe8adbde5a4ad42 |
UTF-8 | 絨顑遵きB | 11100111101101011010100011101001101000011001000111101001100000011011010111100011100000011000110101000010 | e7b5a8e9a191e981b5e3818d42 |
UHC | 絨?遵きB | 1110101111010110001111111111000111100101101010101010110101000010 | ebd63ff1e5aaad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)