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 | 煽粫煽 | 100100001111100011100010111001101001000011111000 | 90f8e2e690f8 |
EUC-JP | 煽粫煽 | 110000001111101011100100111010001100000011111010 | c0fae4e8c0fa |
UTF-8 | 煽粫煽 | 111001111000010110111101111001111011001010101011111001111000010110111101 | e785bde7b2abe785bd |
UHC | 煽?煽 | 1110000011000011001111111110000011000011 | e0c33fe0c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)