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 | 鄒樓キ晝齷 | 111001111011111010011110111010101011011110011101111010101110101010011001 | e7be9eeab79deaea99 |
EUC-JP | 鄒樓キ晝齷 | 11101110110000001101110011101100100011101011011111011010111011001111001111111001 | eec0dcec8eb7daecf3f9 |
UTF-8 | 鄒樓キ晝齷 | 111010011000010010010010111001101010100010010011111011111011110110110111111001101001100110011101111010011011110110110111 | e98492e6a893efbdb7e6999de9bdb7 |
UHC | 鄒樓?晝齷 | 111101011101101111010111101001110011111111110001101110001110010011001011 | f5dbd7a73ff1b8e4cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)