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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嗚??雍 | 100110100110101000111111001111111110100010110100 | 9a6a3f3fe8b4 |
EUC-JP | 嗚??雍 | 110100111100101100111111001111111111000010110110 | d3cb3f3ff0b6 |
UTF-8 | 嗚욥쉹雍 | 111001011001011110011010111011001001101010100101111011001000100110111001111010011001101110001101 | e5979aec9aa5ec89b9e99b8d |
UHC | 嗚욥쉹雍 | 1110011111110000101111111110100110011010100011111110100010111100 | e7f0bfe99a8fe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)