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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟀ャ逶 | 1110010110101001101011001110011110011011 | e5a9ace79b |
EUC-JP | 蟀ャ逶 | 111010101010101110001110101011001110110111111011 | eaab8eacedfb |
UTF-8 | 蟀ャ逶 | 111010001001111110000000111011111011110110101100111010011000000010110110 | e89f80efbdace980b6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)