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 | 十汪 | 10001111010111001001111110001010 | 8f5c9f8a |
EUC-JP | 十汪 | 10111101101111011101110111101010 | bdbdddea |
UTF-8 | 十汪 | 111001011000110110000001111001101011000110101010 | e58d81e6b1aa |
UHC | 十汪 | 11100100101010001110100011011100 | e4a8e8dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)