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 | èÑä³ | 11101000110100011110010010110011 | e8d1e4b3 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | èÑä? | 10001111101010111011001010001111101010101101000010001111101010111010001100111111 | 8fabb28faad08faba33f |
UTF-8 | èÑä³ | 1100001110101000110000111001000111000011101001001100001010110011 | c3a8c391c3a4c2b3 |
UHC | ???³ | 0011111100111111001111111010100111111000 | 3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)