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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豸ャ鮖ソ魑ォ | 111001101011011010101100111010011011100110111111111010011011001110101011 | e6b6ace9b9bfe9b3ab |
EUC-JP | 豸ャ鮖ソ魑ォ | 111011001011100010001110101011001111001010111011100011101011111111110010101101011000111010101011 | ecb88eacf2bb8ebff2b58eab |
UTF-8 | 豸ャ鮖ソ魑ォ | 111010001011000110111000111011111011110110101100111010011010111010010110111011111011110110111111111010011010110110010001111011111011110110101011 | e8b1b8efbdace9ae96efbdbfe9ad91efbdab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)