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 | ??Б企? | 00111111001111111000010001000001100010101110100100111111 | 3f3f84418ae93f |
EUC-JP | ??Б企濚 | 001111110011111110100111101000101011010011101011100011111100100110100001 | 3f3fa7a2b4eb8fc9a1 |
UTF-8 | 遼꿨Б企濚 | 1110111110100111100000111110101010111111101010001101000010010001111001001011110010000001111001101011111110011010 | efa783eabfa8d091e4bc81e6bf9a |
UHC | 遼꿨Б企濚 | 11101001101011001011001011100101101011001010001011010000111010101110011110111001 | e9acb2e5aca2d0eae7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)