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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 寃??\ | 1001101110000011001111110011111101011100 | 9b833f3f5c |
EUC-JP | 寃??\ | 1101010111100011001111110011111101011100 | d5e33f3f5c |
UTF-8 | 寃어갛\ | 11100101101011111000001111101100100101101011010011101010101100001001101101011100 | e5af83ec96b4eab09b5c |
UHC | 寃어갛\ | 11101010101100101011111011101110101100001011001001011100 | eab2beeeb0b25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)