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 | 綣焔郡覡 | 1110001101011011100010011000101110001100010100111110011001001101 | e35b898b8c53e64d |
EUC-JP | 綣焔郡覡 | 1110010110111100101100011110101110110111101101001110101110101110 | e5bcb1ebb7b4ebae |
UTF-8 | 綣焔郡覡 | 111001111011011010100011111001111000010010010100111010011000001110100001111010001010011010100001 | e7b6a3e78494e983a1e8a6a1 |
UHC | ??郡覡 | 001111110011111111001111110110111100110010101111 | 3f3fcfdbccaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)