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 | 11100110110001101000111011001101100011101101000101000010 | e6c68ecd8ed142 |
EUC-JP | 貳赦紗B | 11101100110010001011110011001111101111001101001101000010 | ecc8bccfbcd342 |
UTF-8 | 貳赦紗B | 11101000101100101011001111101000101101011010011011100111101101001001011101000010 | e8b2b3e8b5a6e7b49742 |
UHC | 貳赦紗B | 11101100110000111101111011110101110111101110100101000010 | ecc3def5dee942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)