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 | 驥。驥某 | 11101001100001111010000111101001100001111001011001011110 | e987a1e987965e |
EUC-JP | 驥。驥某 | 1111000111100111100011101010000111110001111001111100101110111111 | f1e78ea1f1e7cbbf |
UTF-8 | 驥。驥某 | 111010011010100110100101111011111011110110100001111010011010100110100101111001101001111110010000 | e9a9a5efbda1e9a9a5e69f90 |
UHC | 驥?驥某 | 11010001110010100011111111010001110010101101100110111011 | d1ca3fd1cad9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)