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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 竣?ε宜?E | 100011110111011000111111100000111100001110001011010110000011111101000101 | 8f763f83c38b583f45 |
EUC-JP | 竣?ε宜?E | 101111011101011100111111101001101100010110110101101110010011111101000101 | bdd73fa6c5b5b93f45 |
UTF-8 | 竣ㅸε宜렭E | 111001111010101110100011111000111000010110111000110011101011010111100101101011101001110011101011101000001010110101000101 | e7aba3e385b8ceb5e5ae9ceba0ad45 |
UHC | 竣ㅸε宜렭E | 1111000111100010101001001110100010100101111001011110101111110001100011101011101001000101 | f1e2a4e8a5e5ebf18eba45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)