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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 莉」[莉」[^ | 111001001011101110100011010110111110010010111011101000110101101101011110 | e4bba35be4bba35b5e |
EUC-JP | 莉」[莉」[^ | 1110100010111101100011101010001101011011111010001011110110001110101000110101101101011110 | e8bd8ea35be8bd8ea35b5e |
UTF-8 | 莉」[莉」[^ | 111010001000111010001001111011111011110110100011010110111110100010001110100010011110111110111101101000110101101101011110 | e88e89efbda35be88e89efbda35b5e |
UHC | 莉?[莉?[^ | 110101111110100100111111010110111101011111101001001111110101101101011110 | d7e93f5bd7e93f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)