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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 精?腸?B | 10010000101110000011111110010010101100000011111101000010 | 90b83f92b03f42 |
EUC-JP | 精?腸?B | 11000000101110100011111111000100101100100011111101000010 | c0ba3fc4b23f42 |
UTF-8 | 精렋腸렧B | 11100111101100101011111011101011101000001000101111101000100001011011100011101011101000001010011101000010 | e7b2beeba08be885b8eba0a742 |
UHC | 精렋腸렧B | 111011111111000110001110101000101110110111110011100011101011011001000010 | eff18ea2edf38eb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)