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 | ???wh | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-WIN | モタwh | 110100111100000011110110110011100111011101101000 | d3c0f6ce7768 |
EUC-JP | モタ?wh | 10001110110100111000111011000000001111110111011101101000 | 8ed38ec03f7768 |
UTF-8 | モタwh | 1110111110111110100100111110111110111110100000001110111010010011101101010111011101101000 | efbe93efbe80ee93b57768 |
UHC | ???wh | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)