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 | ??業?? | 001111110011111110001011110001100011111100111111 | 3f3f8bc63f3f |
EUC-JP | ??業?? | 001111110011111110110110110010000011111100111111 | 3f3fb6c83f3f |
UTF-8 | 읝욙業읝뾡 | 111011001001110110011101111011001001101010011001111001101010010110101101111011001001110110011101111010111011111010100001 | ec9d9dec9a99e6a5adec9d9debbea1 |
UHC | 읝욙業읝뾡 | 10011111110001101001111011110100111001011111011010011111110001101001011101100100 | 9fc69ef4e5f69fc69764 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)