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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒸?園?萄 | 1000111111110110001111111000100110000000001111111001001110111000 | 8ff63f89803f93b8 |
EUC-JP | 蒸?園?萄 | 1011111011111000001111111011000111100000001111111100011010111010 | bef83fb1e03fc6ba |
UTF-8 | 蒸렕園띕萄 | 111010001001001010111000111010111010000010010101111001011001110010010010111010111001110110010101111010001001000010000100 | e892b8eba095e59c92eb9d95e89084 |
UHC | 蒸렕園띕萄 | 11110001111110101000111010101010111010101010111010110110111010111101010010101100 | f1fa8eaaeaaeb6ebd4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)