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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?疫\ | 00111111100010010111010101011100 | 3f89755c |
EUC-JP | ?疫\ | 00111111101100011101011001011100 | 3fb1d65c |
UTF-8 | 峀疫\ | 11100101101100111000000011100111100101101010101101011100 | e5b380e796ab5c |
UHC | 峀疫\ | 1110000111111100111001101011100101011100 | e1fce6b95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)