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 | セフ宍実 | 1011111011001100100011101011001110001110110000001111001011101110 | becc8eb38ec0f2ee |
EUC-JP | セフ宍実? | 100011101011111010001110110011001011110010110101101111001100001000111111 | 8ebe8eccbcb5bcc23f |
UTF-8 | セフ宍実 | 111011111011110110111110111011111011111010001100111001011010111010001101111001011010111010011111111011101000100010100101 | efbdbeefbe8ce5ae8de5ae9fee88a5 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)