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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 恁?除經?G | 100111001000110000111111100011111001110011100011010100110011111101000111 | 9c8c3f8f9ce3533f47 |
EUC-JP | 恁?除經?G | 110101111110110000111111101111011111110011100101101101000011111101000111 | d7ec3fbdfce5b43f47 |
UTF-8 | 恁렱除經麗G | 11100110100000011000000111101011101000001011000111101001100110011010010011100111101101101001001111101111101001101000100001000111 | e68181eba0b1e999a4e7b693efa68847 |
UHC | 恁렱除經麗G | 1110110011110110100011101011111011110000101101101100110011101000111001101011000001000111 | ecf68ebef0b6cce8e6b047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)