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 | 蟇倡明蟯 | 1110010110101111100110001110011110010110101111101110010110110010 | e5af98e796bee5b2 |
EUC-JP | 蟇倡明蟯 | 1110101010110001110100001110100111001100110000001110101010110100 | eab1d0e9ccc0eab4 |
UTF-8 | 蟇倡明蟯 | 111010001001111110000111111001011000000010100001111001101001100010001110111010001001111110101111 | e89f87e580a1e6988ee89faf |
UHC | ?倡明蟯 | 00111111111100111101101111011001101001011110100110101000 | 3ff3dbd9a5e9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)