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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 繚主娃B | 11100011100001111000111011100101100010001010000101000010 | e3878ee588a142 |
EUC-JP | 繚主娃B | 11100101111001111011110011100111101100001010001101000010 | e5e7bce7b0a342 |
UTF-8 | 繚主娃B | 11100111101110011001101011100100101110001011101111100101101010001000001101000010 | e7b99ae4b8bbe5a88342 |
UHC | ?主娃B | 001111111111000110101011111010001101111101000010 | 3ff1abe8df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)