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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螳、陋⑦ | 11100101101011101010010011101000100110111000011101000110 | e5aea4e89b8746 |
EUC-JP | 螳、陋? | 11101010101100001000111010100100111011111111101100111111 | eab08ea4effb3f |
UTF-8 | 螳、陋⑦ | 111010001001111010110011111011111011110110100100111010011001100110001011111000101001000110100110 | e89eb3efbda4e9998be291a6 |
UHC | 螳?陋⑦ | 11010011110110010011111111010111101100001010100011101101 | d3d93fd7b0a8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)