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 | 邱壼勣蜊。 | 11100111101101111001101011100101100110011010100011100101100011011000000101000010 | e7b79ae599a8e58d8142 |
EUC-JP | 邱壼勣蜊。 | 11101110101110011101010011100111110100101010101011101001111011011010000110100011 | eeb9d4e7d2aae9eda1a3 |
UTF-8 | 邱壼勣蜊。 | 111010011000001010110001111001011010001110111100111001011000101110100011111010001001110010001010111000111000000010000010 | e982b1e5a3bce58ba3e89c8ae38082 |
UHC | 邱?勣?。 | 1100111111001000001111111110111011010011001111111010000110100011 | cfc83feed33fa1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)