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 | ??ォ?顫 | 00111111001111111000001101001000001111111110100011111010 | 3f3f83483fe8fa |
EUC-JP | ??ォ?顫 | 00111111001111111010010110101001001111111111000011111100 | 3f3fa5a93ff0fc |
UTF-8 | 룶퀛ォ룫顫 | 111010111010001110110110111011011000000010011011111000111000001010101001111010111010001110101011111010011010000110101011 | eba3b6ed809be382a9eba3abe9a1ab |
UHC | 룶퀛ォ룫顫 | 10001111101010111011001110001111101010111010100110001111101000101110111110110101 | 8fabb38faba98fa2efb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)