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 | 邀ャ隰晏ョ | 1110011110110001101011001110100010101100100111011110010110101110 | e7b1ace8ac9de5ae |
EUC-JP | 邀ャ隰晏ョ | 11101110101100111000111010101100111100001010111011011010111001111000111010101110 | eeb38eacf0aedae78eae |
UTF-8 | 邀ャ隰晏ョ | 111010011000001010000000111011111011110110101100111010011001101010110000111001101001100110001111111011111011110110101110 | e98280efbdace99ab0e6998fefbdae |
UHC | 邀??晏? | 11101001101011010011111100111111111001001100111100111111 | e9ad3f3fe4cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)