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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 酌煮七 | 100011101101111010001110110011111000111010110101 | 8ede8ecf8eb5 |
EUC-JP | 酌煮七 | 101111001110000010111100110100011011110010110111 | bce0bcd1bcb7 |
UTF-8 | 酌煮七 | 111010011000010110001100111001111000010110101110111001001011100010000011 | e9858ce785aee4b883 |
UHC | 酌煮七 | 111011011100110011101101101101001111011011010010 | edccedb4f6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)