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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 險溥璃H | 11101000101010001001111111101110100101111001111001001000 | e8a89fee979e48 |
EUC-JP | 險溥璃H | 11110000101010101101111011110000110011011111111001001000 | f0aadef0cdfe48 |
UTF-8 | 險溥璃H | 11101001100110101010101011100110101110101010010111100111100100101000001101001000 | e99aaae6baa5e7928348 |
UHC | 險溥璃H | 11111010110011111101110110101010110101111110001101001000 | facfddaad7e348 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)