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 | ???G? | 0011111100111111001111110100011100111111 | 3f3f3f473f |
SJIS-WIN | 塢??G饒 | 10011010110001110011111100111111010001111110100101100000 | 9ac73f3f47e960 |
EUC-JP | 塢??G饒 | 11010100110010010011111100111111010001111111000111000001 | d4c93f3f47f1c1 |
UTF-8 | 塢댐스G饒 | 11100101101000011010001011101011100011001001000011101100100010101010010001000111111010011010010110010010 | e5a1a2eb8c90ec8aa447e9a592 |
UHC | 塢댐스G饒 | 111001111111000110110100111011111011110110111010010001111110100110101110 | e7f1b4efbdba47e9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)