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 | 鞣るキケ籥 | 1110100011100010100000101110100110110111101110011110001011011110 | e8e282e9b7b9e2de |
EUC-JP | 鞣るキケ籥 | 11110000111001001010010011101011100011101011011110001110101110011110010011100000 | f0e4a4eb8eb78eb9e4e0 |
UTF-8 | 鞣るキケ籥 | 111010011001111010100011111000111000001010001011111011111011110110110111111011111011110110111001111001111011000110100101 | e99ea3e3828befbdb7efbdb9e7b1a5 |
UHC | ?る??? | 001111111010101011101011001111110011111100111111 | 3faaeb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)