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 | 韈、闍捺キ | 1110100011100111101001001110100010001011100100111110011010110111 | e8e7a4e88b93e6b7 |
EUC-JP | 韈、闍捺キ | 11110000111010011000111010100100111011111110101111000110111010001000111010110111 | f0e98ea4efebc6e88eb7 |
UTF-8 | 韈、闍捺キ | 111010011001111110001000111011111011110110100100111010011001011110001101111001101000110110111010111011111011110110110111 | e99f88efbda4e9978de68dbaefbdb7 |
UHC | ???捺? | 001111110011111100111111110100011111010000111111 | 3f3f3fd1f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)