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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邀オ隰晏ョ | 1110011110110001101101011110100010101100100111011110010110101110 | e7b1b5e8ac9de5ae |
EUC-JP | 邀オ隰晏ョ | 11101110101100111000111010110101111100001010111011011010111001111000111010101110 | eeb38eb5f0aedae78eae |
UTF-8 | 邀オ隰晏ョ | 111010011000001010000000111011111011110110110101111010011001101010110000111001101001100110001111111011111011110110101110 | e98280efbdb5e99ab0e6998fefbdae |
UHC | 邀??晏? | 11101001101011010011111100111111111001001100111100111111 | e9ad3f3fe4cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)