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 | ??x{d | 0011111100111111011110000111101101100100 | 3f3f787b64 |
SJIS-WIN | 鬥ョx{d | 111010011010011010101110011110000111101101100100 | e9a6ae787b64 |
EUC-JP | 鬥ョx{d | 11110010101010001000111010101110011110000111101101100100 | f2a88eae787b64 |
UTF-8 | 鬥ョx{d | 111010011010110010100101111011111011110110101110011110000111101101100100 | e9aca5efbdae787b64 |
UHC | ??x{d | 0011111100111111011110000111101101100100 | 3f3f787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)