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 | 11100000101001110011111111100000101001110011111101000010 | e0a73fe0a73f42 |
EUC-JP | 爰?爰?B | 11100000101010010011111111100000101010010011111101000010 | e0a93fe0a93f42 |
UTF-8 | 爰렏爰렏B | 11100111100010001011000011101011101000001000111111100111100010001011000011101011101000001000111101000010 | e788b0eba08fe788b0eba08f42 |
UHC | 爰렏爰렏B | 111010101011101010001110101001011110101010111010100011101010010101000010 | eaba8ea5eaba8ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)