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 | スワ莚 | 10111101110111001110010010101101 | bddce4ad |
EUC-JP | スワ莚 | 100011101011110110001110110111001110100010101111 | 8ebd8edce8af |
UTF-8 | スワ莚 | 111011111011110110111101111011111011111010011100111010001000111010011010 | efbdbdefbe9ce88e9a |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)