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 | 闌苓х | 111010001000110010010111111010001000010010000111 | e88c97e88487 |
EUC-JP | 闌苓х | 111011111110110011001110111010101010011111100111 | efecceeaa7e7 |
UTF-8 | 闌苓х | 1110100110010111100011001110100010001011100100111101000110000101 | e9978ce88b93d185 |
UHC | ??х | 00111111001111111010110011100111 | 3f3face7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)