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 | 瘟???ц? | 1110000110001001001111110011111100111111100001001000100000111111 | e1893f3f3f84883f |
EUC-JP | 瘟???ц? | 1110000111101001001111110011111100111111101001111110100000111111 | e1e93f3f3fa7e83f |
UTF-8 | 瘟룟뜵歷ц씩 | 1110011110011000100111111110101110100011100111111110101110011100101101011110111110100110100011001101000110000110111011001001010010101001 | e7989feba39feb9cb5efa68cd186ec94a9 |
UHC | 瘟룟뜵歷ц씩 | 111010001011000010110111111001011000110110110011111001101011100010101100111010001011111010111111 | e8b0b7e58db3e6b8ace8bebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)