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 | èûZU | 1000111111101000111110110101101001010101 | 8fe8fb5a55 |
SJIS-WIN | ???ZU | 0011111100111111001111110101101001010101 | 3f3f3f5a55 |
EUC-JP | ?èûZU | 001111111000111110101011101100101000111110101011111001010101101001010101 | 3f8fabb28fabe55a55 |
UTF-8 | èûZU | 1100001010001111110000111010100011000011101110110101101001010101 | c28fc3a8c3bb5a55 |
UHC | ???ZU | 0011111100111111001111110101101001010101 | 3f3f3f5a55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)