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µ | 1000111111101000111110110101101010110101 | 8fe8fb5ab5 |
SJIS-WIN | ???Z? | 0011111100111111001111110101101000111111 | 3f3f3f5a3f |
EUC-JP | ?èûZ? | 001111111000111110101011101100101000111110101011111001010101101000111111 | 3f8fabb28fabe55a3f |
UTF-8 | èûZµ | 110000101000111111000011101010001100001110111011010110101100001010110101 | c28fc3a8c3bb5ac2b5 |
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)