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 | ?^Y] | 00111111010111100101100101011101 | 3f5e595d |
SJIS-WIN | 奪^Y] | 1001001001000100010111100101100101011101 | 92445e595d |
EUC-JP | 奪^Y] | 1100001110100101010111100101100101011101 | c3a55e595d |
UTF-8 | 奪^Y] | 111001011010010110101010010111100101100101011101 | e5a5aa5e595d |
UHC | 奪^Y] | 1111011110101100010111100101100101011101 | f7ac5e595d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)