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 | ?魅f | 0011111110010110101000111000001010000110 | 3f96a38286 |
EUC-JP | 薏魅f | 10001111110110011101111011001100101001011010001111100110 | 8fd9decca5a3e6 |
UTF-8 | 薏魅f | 111010001001011010001111111010011010110110000101111011111011110110000110 | e8968fe9ad85efbd86 |
UHC | 薏魅f | 111010111111101111011000111001011010001111100110 | ebfbd8e5a3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)