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 | ??æ? | 00111111001111111110011000111111 | 3f3fe63f |
SJIS-WIN | ?悳?? | 0011111110011100011110110011111100111111 | 3f9c7b3f3f |
EUC-JP | ?悳æ? | 00111111110101111101110010001111101010011100000100111111 | 3fd7dc8fa9c13f |
UTF-8 | 룶悳æ룵 | 1110101110100011101101101110011010000010101100111100001110100110111010111010001110110101 | eba3b6e682b3c3a6eba3b5 |
UHC | 룶悳æ룵 | 1000111110101011110100111110110110101001101000011000111110101010 | 8fabd3eda9a18faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)