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 | 怐齏韜 | 100111001000000111101000111010111110100011101001 | 9c81e8ebe8e9 |
EUC-JP | 怐齏韜 | 110101111110000111110000111011011111000011101011 | d7e1f0edf0eb |
UTF-8 | 怐齏韜 | 111001101000000010010000111010011011110110001111111010011001111110011100 | e68090e9bd8fe99f9c |
UHC | ??韜 | 00111111001111111101010010110111 | 3f3fd4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)