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 | ??チ?? | 001111110011111110000011011000000011111100111111 | 3f3f83603f3f |
EUC-JP | ??チ?? | 001111110011111110100101110000010011111100111111 | 3f3fa5c13f3f |
UTF-8 | 룶퓦チ룫홥 | 111010111010001110110110111011011001001110100110111000111000001110000001111010111010001110101011111011011001100110100101 | eba3b6ed93a6e38381eba3abed99a5 |
UHC | 룶퓦チ룫홥 | 10001111101010111011111110001111101010111100000110001111101000101100001101100100 | 8fabbf8fabc18fa2c364 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)