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 | ???????@ | 0011111100111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f3f40 |
SJIS-WIN | ???????@ | 0011111100111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f3f40 |
EUC-JP | ???????@ | 0011111100111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f3f40 |
UTF-8 | 쩍횤혧횊횣쩍횋@ | 11101100101010011000110111101101100110101010010011101101100110001010011111101101100110101000101011101101100110101010001111101100101010011000110111101101100110101000101101000000 | eca98ded9aa4ed98a7ed9a8aed9aa3eca98ded9a8b40 |
UHC | 쩍횤혧횊횣쩍횋@ | 110000101011110111000011100110111100001010001111110000111000100011000011100110101100001010111101110000111000100101000000 | c2bdc39bc28fc388c39ac2bdc38940 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)