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 | 豢ォ豐ス蝌ク | 111001101011010010101011111001101011001010111101111001011001100010111000 | e6b4abe6b2bde598b8 |
EUC-JP | 豢ォ豐ス蝌ク | 111011001011011010001110101010111110110010110100100011101011110111101001111110001000111010111000 | ecb68eabecb48ebde9f88eb8 |
UTF-8 | 豢ォ豐ス蝌ク | 111010001011000110100010111011111011110110101011111010001011000110010000111011111011110110111101111010001001110110001100111011111011110110111000 | e8b1a2efbdabe8b190efbdbde89d8cefbdb8 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)