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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 章??? | 1000111111001101001111110011111100111111 | 8fcd3f3f3f |
EUC-JP | 章琫?? | 10111110110011111000111111001100101011110011111100111111 | becf8fccaf3f3f |
UTF-8 | 章琫렍렩 | 111001111010101110100000111001111001000010101011111010111010000010001101111010111010000010101001 | e7aba0e790abeba08deba0a9 |
UHC | 章琫렍렩 | 1110110111110001110111001110110110001110101000111000111010110111 | edf1dced8ea38eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)