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 | 臾?臾 | 1110010001101011001111111110010001101011 | e46b3fe46b |
EUC-JP | 臾?臾 | 1110011111001100001111111110011111001100 | e7cc3fe7cc |
UTF-8 | 臾쮐臾 | 111010001000011110111110111011001010111010010000111010001000011110111110 | e887beecae90e887be |
UHC | 臾쮐臾 | 111010111010110010101000011010001110101110101100 | ebaca868ebac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)