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 | 11100101100111111000111011100101100111111000111001000010 | e59f8ee59f8e42 |
EUC-JP | 蝓主沁B | 11101010101000011011110011100111110111011110111001000010 | eaa1bce7ddee42 |
UTF-8 | 蝓主沁B | 11101000100111011001001111100100101110001011101111100110101100101000000101000010 | e89d93e4b8bbe6b28142 |
UHC | ?主沁B | 001111111111000110101011111000111111111001000010 | 3ff1abe3fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)