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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?魅h | 0011111110010110101000111000001010001000 | 3f96a38288 |
EUC-JP | 薏魅h | 10001111110110011101111011001100101001011010001111101000 | 8fd9decca5a3e8 |
UTF-8 | 薏魅h | 111010001001011010001111111010011010110110000101111011111011110110001000 | e8968fe9ad85efbd88 |
UHC | 薏魅h | 111010111111101111011000111001011010001111101000 | ebfbd8e5a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)