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 | ä×? | 111001001101011100111111 | e4d73f |
SJIS-WIN | ?×蹕 | 0011111110000001011111101110011101001010 | 3f817ee74a |
EUC-JP | ä×蹕 | 10001111101010111010001110100001110111111110110110101011 | 8faba3a1dfedab |
UTF-8 | ä×蹕 | 11000011101001001100001110010111111010001011100110010101 | c3a4c397e8b995 |
UHC | ?×? | 00111111101000011011111100111111 | 3fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)