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 | 螳」隍サ髯 | 1110010110101110101000111110100010100100101110111110100110011001 | e5aea3e8a4bbe999 |
EUC-JP | 螳」隍サ髯 | 11101010101100001000111010100011111100001010011010001110101110111111000111111001 | eab08ea3f0a68ebbf1f9 |
UTF-8 | 螳」隍サ髯 | 111010001001111010110011111011111011110110100011111010011001101010001101111011111011110110111011111010011010101110101111 | e89eb3efbda3e99a8defbdbbe9abaf |
UHC | 螳?隍?? | 11010011110110010011111111111100110110110011111100111111 | d3d93ffcdb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)