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 | 鄒樓キ晤嫌 | 111001111011111010011110111010101011011110011101111010111000110010011001 | e7be9eeab79deb8c99 |
EUC-JP | 鄒樓キ晤嫌 | 11101110110000001101110011101100100011101011011111011010111011011011011111111001 | eec0dcec8eb7daedb7f9 |
UTF-8 | 鄒樓キ晤嫌 | 111010011000010010010010111001101010100010010011111011111011110110110111111001101001100110100100111001011010101110001100 | e98492e6a893efbdb7e699a4e5ab8c |
UHC | 鄒樓?晤嫌 | 111101011101101111010111101001110011111111100111111110111111101011101110 | f5dbd7a73fe7fbfaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)