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 | 闔オ隰晏ョ | 1110100010001110101101011110100010101100100111011110010110101110 | e88eb5e8ac9de5ae |
EUC-JP | 闔オ隰晏ョ | 11101111111011101000111010110101111100001010111011011010111001111000111010101110 | efee8eb5f0aedae78eae |
UTF-8 | 闔オ隰晏ョ | 111010011001011110010100111011111011110110110101111010011001101010110000111001101001100110001111111011111011110110101110 | e99794efbdb5e99ab0e6998fefbdae |
UHC | 闔??晏? | 11111001111011110011111100111111111001001100111100111111 | f9ef3f3fe4cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)