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 | 100110000110011010001001011010100011111101001000 | 9866896a3f48 |
EUC-JP | 惑泳?H | 110011111100011110110001110010110011111101001000 | cfc7b1cb3f48 |
UTF-8 | 惑泳굾H | 11100110100000111001000111100110101100111011001111101010101101011011111001001000 | e68391e6b3b3eab5be48 |
UHC | 惑泳굾H | 11111011111000111110011110110110100000101001101001001000 | fbe3e7b6829a48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)