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 | 蝮ヲ豁取クャ | 111001011001110110100110111001101010110110001110111001101011100010101100 | e59da6e6ad8ee6b8ac |
EUC-JP | 蝮ヲ豁取クャ | 111010011111110110001110101001101110110010101111101111001110100010001110101110001000111010101100 | e9fd8ea6ecafbce88eb88eac |
UTF-8 | 蝮ヲ豁取クャ | 111010001001110110101110111011111011110110100110111010001011000110000001111001011000111110010110111011111011110110111000111011111011110110101100 | e89daeefbda6e8b181e58f96efbdb8efbdac |
UHC | ??豁取?? | 0011111100111111111111001100001111110110101000100011111100111111 | 3f3ffcc3f6a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)