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 | èûZé | 1000111111101000111110110101101011101001 | 8fe8fb5ae9 |
SJIS-WIN | ???Z? | 0011111100111111001111110101101000111111 | 3f3f3f5a3f |
EUC-JP | ?èûZé | 0011111110001111101010111011001010001111101010111110010101011010100011111010101110110001 | 3f8fabb28fabe55a8fabb1 |
UTF-8 | èûZé | 110000101000111111000011101010001100001110111011010110101100001110101001 | c28fc3a8c3bb5ac3a9 |
UHC | ???Z? | 0011111100111111001111110101101000111111 | 3f3f3f5a3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)