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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蛻キ蝌ッ | 111001011000100010110111111001011001100010101111 | e588b7e598af |
EUC-JP | 蛻キ蝌ッ | 1110100111101000100011101011011111101001111110001000111010101111 | e9e88eb7e9f88eaf |
UTF-8 | 蛻キ蝌ッ | 111010001001101110111011111011111011110110110111111010001001110110001100111011111011110110101111 | e89bbbefbdb7e89d8cefbdaf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)