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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 宜??] | 1000101101011000001111110011111101011101 | 8b583f3f5d |
EUC-JP | 宜??] | 1011010110111001001111110011111101011101 | b5b93f3f5d |
UTF-8 | 宜몃졒] | 11100101101011101001110011101011101010101000001111101100101000011001001001011101 | e5ae9cebaa83eca1925d |
UHC | 宜몃졒] | 11101011111100011011100011101011101000001011111101011101 | ebf1b8eba0bf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)