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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 兪簫嘴E | 10011001011000001110001011010010100110100111101101000101 | 9960e2d29a7b45 |
EUC-JP | 兪簫嘴E | 11010001110000011110010011010100110100111101110001000101 | d1c1e4d4d3dc45 |
UTF-8 | 兪簫嘴E | 11100101100001011010101011100111101100001010101111100101100110001011010001000101 | e585aae7b0abe598b445 |
UHC | 兪簫嘴E | 11101010111001001110000111000111111101101010010001000101 | eae4e1c7f6a445 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)