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 | 獨鍗 | 11100000110101011111101111100000 | e0d5fbe0 |
EUC-JP | 獨鍗 | 1110000011010111100011111110010011101111 | e0d78fe4ef |
UTF-8 | 獨鍗 | 111001111000110110101000111010011000110110010111 | e78da8e98d97 |
UHC | 獨? | 110101001011110000111111 | d4bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)