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 | 螳、蜍コ螳 | 1110010110101110101001001110010110001011101110101110010110101110 | e5aea4e58bbae5ae |
EUC-JP | 螳、蜍コ螳 | 11101010101100001000111010100100111010011110101110001110101110101110101010110000 | eab08ea4e9eb8ebaeab0 |
UTF-8 | 螳、蜍コ螳 | 111010001001111010110011111011111011110110100100111010001001110010001101111011111011110110111010111010001001111010110011 | e89eb3efbda4e89c8defbdbae89eb3 |
UHC | 螳???螳 | 11010011110110010011111100111111001111111101001111011001 | d3d93f3f3fd3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)