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 | 約⑤?揄? | 1001011011110001100001110100010000111111100111011000100100111111 | 96f187443f9d893f |
EUC-JP | 約??揄? | 11001100111100110011111100111111110110011110100100111111 | ccf33f3fd9e93f |
UTF-8 | 約⑤ㅉ揄덨 | 111001111011010010000100111000101001000110100100111000111000010110001001111001101000111110000100111010111000110110101000 | e7b484e291a4e38589e68f84eb8da8 |
UHC | 約⑤ㅉ揄덨 | 11100101101100111010100011101011101001001011100111101010111100011000100101000010 | e5b3a8eba4b9eaf18942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)