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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 侑?? | 10011000110100000011111100111111 | 98d03f3f |
EUC-JP | 侑?? | 11010000110100100011111100111111 | d0d23f3f |
UTF-8 | 侑ⓨ쭦 | 111001001011111010010001111000101001001110101000111011001010110110100110 | e4be91e293a8ecada6 |
UHC | 侑ⓨ쭦 | 111010101110001010101000111001011010011110011010 | eae2a8e5a79a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)