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 | 11100010111001011000111011100101100010001010000101000010 | e2e58ee588a142 |
EUC-JP | 粢主娃B | 11100100111001111011110011100111101100001010001101000010 | e4e7bce7b0a342 |
UTF-8 | 粢主娃B | 11100111101100101010001011100100101110001011101111100101101010001000001101000010 | e7b2a2e4b8bbe5a88342 |
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)