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 | 蟾仙些雎 | 1110010110110111100100001110010110001101101100011110100010110001 | e5b790e58db1e8b1 |
EUC-JP | 蟾仙些雎 | 1110101010111001110000001110011110111010101100111111000010110011 | eab9c0e7bab3f0b3 |
UTF-8 | 蟾仙些雎 | 111010001001111110111110111001001011101110011001111001001011101010011011111010011001101110001110 | e89fbee4bb99e4ba9be99b8e |
UHC | 蟾仙些雎 | 1110000011101010111000001011100111011110110000011110111011010001 | e0eae0b9dec1eed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)