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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 楔雪h | 1001111010110110100100001110000101101000 | 9eb690e168 |
EUC-JP | 楔雪h | 1101110010111000110000001110001101101000 | dcb8c0e368 |
UTF-8 | 楔雪h | 11100110101001011001010011101001100110111010101001101000 | e6a594e99baa68 |
UHC | 楔雪h | 1110000011011011111000001110010001101000 | e0dbe0e468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)