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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?席 | 001111111001000011001000 | 3f90c8 |
EUC-JP | 奭席 | 1000111110111000111111101100000011001010 | 8fb8fec0ca |
UTF-8 | 奭席 | 111001011010010110101101111001011011100010101101 | e5a5ade5b8ad |
UHC | 奭席 | 11100000101010111110000010101100 | e0abe0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)