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 | | 111101001100011011110110101011111111010011000110 | f4c6f6aff4c6 |
EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
UTF-8 | | 111011101000110110110101111011101001001110010110111011101000110110110101 | ee8db5ee9396ee8db5 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)