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 | ??¤??? | 001111110011111110100100001111110011111100111111 | 3f3fa43f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??¤??? | 0011111100111111100011111010001011110000001111110011111100111111 | 3f3f8fa2f03f3f3f |
UTF-8 | 룴햶¤▩룶괄 | 1110101110100011101101001110110110010110101101101100001010100100111000101001011010101001111010111010001110110110111010101011010010000100 | eba3b4ed96b6c2a4e296a9eba3b6eab484 |
UHC | 룴햶¤▩룶괄 | 100011111010100111000001100011111010001010110100101000101100110010001111101010111011000011111101 | 8fa9c18fa2b4a2cc8fabb0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)