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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 韜慕粟h | 11101000111010011001010111100111100010001011111001101000 | e8e995e788be68 |
EUC-JP | 韜慕粟h | 11110000111010111100101011101001101100001100000001101000 | f0ebcae9b0c068 |
UTF-8 | 韜慕粟h | 11101001100111111001110011100110100001011001010111100111101100101001111101101000 | e99f9ce68595e7b29f68 |
UHC | 韜慕粟h | 11010100101101111101100110110111111000011101100001101000 | d4b7d9b7e1d868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)