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 | ???@? | 0011111100111111001111110100000000111111 | 3f3f3f403f |
SJIS-WIN | ???@? | 0011111100111111001111110100000000111111 | 3f3f3f403f |
EUC-JP | ???@? | 0011111100111111001111110100000000111111 | 3f3f3f403f |
UTF-8 | 룵첂◈@룵 | 11101011101000111011010111101100101100101000001011100010100101111000100001000000111010111010001110110101 | eba3b5ecb282e2978840eba3b5 |
UHC | 룵첂◈@룵 | 100011111010101010101010100011111010001011000010010000001000111110101010 | 8faaaa8fa2c2408faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)