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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠕鈴。倩藷 | 111001011011111010010111111010011010000110011000111010001000111110010011 | e5be97e9a198e88f93 |
EUC-JP | 蠕鈴。倩藷 | 11101010110000001100111011101011100011101010000111010000111010101011110111110011 | eac0ceeb8ea1d0eabdf3 |
UTF-8 | 蠕鈴。倩藷 | 111010001010000010010101111010011000100010110100111011111011110110100001111001011000000010101001111010001001011110110111 | e8a095e988b4efbda1e580a9e897b7 |
UHC | ?鈴??藷 | 00111111110101101100001000111111001111111110111011001011 | 3fd6c23f3feecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)