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 | 陟サ謇 | 1110100010100000101110111110011010001001 | e8a0bbe689 |
EUC-JP | 陟サ謇 | 111100001010001010001110101110111110101111101001 | f0a28ebbebe9 |
UTF-8 | 陟サ謇 | 111010011001100110011111111011111011110110111011111010001010110010000111 | e9999fefbdbbe8ac87 |
UHC | 陟?? | 11110100101100110011111100111111 | f4b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)