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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 汚???曜 | 10001001100110000011111100111111001111111001011101101010 | 89983f3f3f976a |
EUC-JP | 汚??珙曜 | 101100011111100000111111001111111000111111001011111100011100110111001011 | b1f83f3f8fcbf1cdcb |
UTF-8 | 汚녵툧珙曜 | 111001101011000110011010111010111000010110110101111011011000100010100111111001111000111110011001111001101001101110011100 | e6b19aeb85b5ed88a7e78f99e69b9c |
UHC | 汚녵툧珙曜 | 11100111111111011000011011100100101110001001111011001101111101011110100011111000 | e7fd86e4b89ecdf5e8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)