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 | 臓続 | 10010001100111111001000110110001 | 919f91b1 |
EUC-JP | 臓続 | 11000010101000011100001010110011 | c2a1c2b3 |
UTF-8 | 臓続 | 111010001000011110010011111001111011011010011010 | e88793e7b69a |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)