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 | ???舍据 | 00111111001111110011111111100100011100011001000010011000 | 3f3f3fe4719098 |
EUC-JP | ???舍据 | 00111111001111110011111111100111110100101011111111111000 | 3f3f3fe7d2bff8 |
UTF-8 | 롍롂뤵舍据 | 111010111010000110001101111010111010000110000010111010111010010010110101111010001000100010001101111001101000110110101110 | eba18deba182eba4b5e8888de68dae |
UHC | 롍롂뤵舍据 | 10001110110100111000111011001001100011111110001111011110111011001100101111011111 | 8ed38ec98fe3deeccbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)