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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 駱?駱?^ | 11101001011100000011111111101001011100000011111101011110 | e9703fe9703f5e |
EUC-JP | 駱?駱?^ | 11110001110100010011111111110001110100010011111101011110 | f1d13ff1d13f5e |
UTF-8 | 駱騈駱騈^ | 11101001101001111011000111101001101010001000100011101001101001111011000111101001101010001000100001011110 | e9a7b1e9a888e9a7b1e9a8885e |
UHC | 駱騈駱騈^ | 110101011010110111011100110000001101010110101101110111001100000001011110 | d5addcc0d5addcc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)