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 | 将イ召悅 | 10001111101010111011001010001111101000101111101010111101 | 8fabb28fa2fabd |
EUC-JP | 将イ召? | 10111110101011011000111010110010101111101010010000111111 | bead8eb2bea43f |
UTF-8 | 将イ召悅 | 111001011011000010000110111011111011110110110010111001011000111110101100111001101000001010000101 | e5b086efbdb2e58face68285 |
UHC | ??召悅 | 001111110011111111100001101011111110011011101101 | 3f3fe1afe6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)