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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辜壌攴塚。萓 | 1110011110000011100011111110101110011101101110111111101010011100101000011110010010111110 | e7838feb9dbbfa9ca1e4be |
EUC-JP | 辜壌攴?。萓 | 1110110111100011101111101110110111011010101111010011111110001110101000011110100011000000 | ede3beeddabd3f8ea1e8c0 |
UTF-8 | 辜壌攴塚。萓 | 111010001011111010011100111001011010001110001100111001101001010010110100111011111010100010010000111011111011110110100001111010001001000010010011 | e8be9ce5a38ce694b4efa890efbda1e89093 |
UHC | 辜????? | 11001101110100000011111100111111001111110011111100111111 | cdd03f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)