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 | 豕ア譛ャ | 111001101011001110110001111001101001110010101100 | e6b3b1e69cac |
EUC-JP | 豕ア譛ャ | 1110110010110101100011101011000111101011111111001000111010101100 | ecb58eb1ebfc8eac |
UTF-8 | 豕ア譛ャ | 111010001011000110010101111011111011110110110001111010001010110110011011111011111011110110101100 | e8b195efbdb1e8ad9befbdac |
UHC | 豕??? | 1110001111001110001111110011111100111111 | e3ce3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)