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 | 淫敷 | 10001000111110101001010101111110 | 88fa957e |
EUC-JP | 淫敷 | 10110000111111001100100111011111 | b0fcc9df |
UTF-8 | 淫敷 | 111001101011011110101011111001101001010110110111 | e6b7abe695b7 |
UHC | 淫敷 | 11101011111000101101110110100111 | ebe2dda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)