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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 錻l鬼H | 11101000010001101000001010001100100010110101001101001000 | e846828c8b5348 |
EUC-JP | 錻l鬼H | 11101111101001111010001111101100101101011011010001001000 | efa7a3ecb5b448 |
UTF-8 | 錻l鬼H | 11101001100011001011101111101111101111011000110011101001101011001011110001001000 | e98cbbefbd8ce9acbc48 |
UHC | ?l鬼H | 001111111010001111101100110100001010000101001000 | 3fa3ecd0a148 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)