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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 園????孵 | 1000100110000000001111110011111100111111001111111001101101111010 | 89803f3f3f3f9b7a |
EUC-JP | 園???荑孵 | 10110001111000000011111100111111001111111000111111010111111110011101010111011011 | b1e03f3f3f8fd7f9d5db |
UTF-8 | 園띌렋렔荑孵 | 111001011001110010010010111010111001110110001100111010111010000010001011111010111010000010010100111010001000110110010001111001011010110110110101 | e59c92eb9d8ceba08beba094e88d91e5adb5 |
UHC | 園띌렋렔荑孵 | 111010101010111010110110111010011000111010100010100011101010100111101100101111111101110110100010 | eaaeb6e98ea28ea9ecbfdda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)