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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 約⑤? | 1001011011110001100001110100010000111111 | 96f187443f |
EUC-JP | 約?? | 11001100111100110011111100111111 | ccf33f3f |
UTF-8 | 約⑤ㅇ | 111001111011010010000100111000101001000110100100111000111000010110000111 | e7b484e291a4e38587 |
UHC | 約⑤ㅇ | 111001011011001110101000111010111010010010110111 | e5b3a8eba4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)