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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?? | 0011111100111111 | 3f3f |
EUC-JP | 翟? | 10001111110101011011110000111111 | 8fd5bc3f |
UTF-8 | 翟렲 | 111001111011111110011111111010111010000010110010 | e7bf9feba0b2 |
UHC | 翟렲 | 11101110111000011000111010111111 | eee18ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)