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 | 瘟??阿? | 11100001100010010011111100111111100010001010001000111111 | e1893f3f88a23f |
EUC-JP | 瘟??阿? | 11100001111010010011111100111111101100001010010000111111 | e1e93f3fb0a43f |
UTF-8 | 瘟욘츏阿섳 | 111001111001100010011111111011001001101010011000111011001011100010001111111010011001100010111111111011001000010010110011 | e7989fec9a98ecb88fe998bfec84b3 |
UHC | 瘟욘츏阿섳 | 11101000101100001011111111100110101011101000101011100100101110011001100101000010 | e8b0bfe6ae8ae4b99942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)