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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闍堕キ | 1110100010001011100100011100001010110111 | e88b91c2b7 |
EUC-JP | 闍堕キ | 111011111110101111000010110001001000111010110111 | efebc2c48eb7 |
UTF-8 | 闍堕キ | 111010011001011110001101111001011010000010010101111011111011110110110111 | e9978de5a095efbdb7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)