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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蹂?蹂 | 1110011011111000001111111110011011111000 | e6f83fe6f8 |
EUC-JP | 蹂?蹂 | 1110110011111010001111111110110011111010 | ecfa3fecfa |
UTF-8 | 蹂퐃蹂 | 111010001011100110000010111011011001000010000011111010001011100110000010 | e8b982ed9083e8b982 |
UHC | 蹂퐃蹂 | 111010111011001110111101011010001110101110110011 | ebb3bd68ebb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)