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 | 螳」闊悟ャ | 1110010110101110101000111110100010001000100011001110010110101100 | e5aea3e8888ce5ac |
EUC-JP | 螳」闊悟ャ | 11101010101100001000111010100011111011111110100010111000111001111000111010101100 | eab08ea3efe8b8e78eac |
UTF-8 | 螳」闊悟ャ | 111010001001111010110011111011111011110110100011111010011001011110001010111001101000001010011111111011111011110110101100 | e89eb3efbda3e9978ae6829fefbdac |
UHC | 螳?闊悟? | 1101001111011001001111111111110011000100111001111111011000111111 | d3d93ffcc4e7f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)