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 | 臓但 | 10010001100111111001001001000001 | 919f9241 |
EUC-JP | 臓但 | 11000010101000011100001110100010 | c2a1c3a2 |
UTF-8 | 臓但 | 111010001000011110010011111001001011110110000110 | e88793e4bd86 |
UHC | ?但 | 001111111101001110100011 | 3fd3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)