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 | þ{þs | 100100011111111001111011100100011111111001110011 | 91fe7b91fe73 |
SJIS-WIN | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
EUC-JP | ?þ{?þs | 00111111100011111010100111010000011110110011111110001111101010011101000001110011 | 3f8fa9d07b3f8fa9d073 |
UTF-8 | þ{þs | 11000010100100011100001110111110011110111100001010010001110000111011111001110011 | c291c3be7bc291c3be73 |
UHC | ?þ{?þs | 0011111110101001101011010111101100111111101010011010110101110011 | 3fa9ad7b3fa9ad73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)