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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 瑚?h瑚 | 100011001110100000111111011010001000110011101000 | 8ce83f688ce8 |
EUC-JP | 瑚?h瑚 | 101110001110101000111111011010001011100011101010 | b8ea3f68b8ea |
UTF-8 | 瑚렭h瑚 | 11100111100100011001101011101011101000001010110101101000111001111001000110011010 | e7919aeba0ad68e7919a |
UHC | 瑚렭h瑚 | 11111011110100011000111010111010011010001111101111010001 | fbd18eba68fbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)