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 | 瘟??耶? | 11100001100010010011111100111111100101101110101100111111 | e1893f3f96eb3f |
EUC-JP | 瘟??耶? | 11100001111010010011111100111111110011001110110100111111 | e1e93f3fcced3f |
UTF-8 | 瘟룝많耶쁁 | 111001111001100010011111111010111010001110011101111010111010011110001110111010001000000010110110111011001000000110000001 | e7989feba39deba78ee880b6ec8181 |
UHC | 瘟룝많耶쁁 | 11101000101100001011011111100100101110001011100111100101101011011001100001000010 | e8b0b7e4b8b9e5ad9842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)