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 | 鞴鞳鞴 | 1110100011100100111100001100011111101000111000111110100011100100 | e8e4f0c7e8e3e8e4 |
EUC-JP | 鞴?鞳鞴 | 11110000111001100011111111110000111001011111000011100110 | f0e63ff0e5f0e6 |
UTF-8 | 鞴鞳鞴 | 111010011001111010110100111011101000001010000110111010011001111010110011111010011001111010110100 | e99eb4ee8286e99eb3e99eb4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)