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 | 11100101100101111001101011101101100100111000101001000010 | e5979aed938a42 |
EUC-JP | 蝸夬投B | 11101001111101111101010011101111110001011110101001000010 | e9f7d4efc5ea42 |
UTF-8 | 蝸夬投B | 11101000100111011011100011100101101001001010110011100110100010101001010101000010 | e89db8e5a4ace68a9542 |
UHC | 蝸?投B | 111010001100010000111111111101111110000101000010 | e8c43ff7e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)