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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 跣樒憎^ | 11100110111011111001111011100111100100011001111001011110 | e6ef9ee7919e5e |
EUC-JP | 跣樒憎^ | 11101100111100011101110011101001110000011111111001011110 | ecf1dce9c1fe5e |
UTF-8 | 跣樒憎^ | 11101000101101111010001111100110101010001001001011100110100001101000111001011110 | e8b7a3e6a892e6868e5e |
UHC | 跣?憎^ | 111000001101001100111111111100011111001101011110 | e0d33ff1f35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)