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 | 釭鹿鱆雫 | 11111011101111011000111010101101111010011110000110001110101101001111000010110110 | fbbd8eade9e18eb4f0b6 |
EUC-JP | 釭鹿鱆雫? | 10001111111000111010111110111100101011111111001011100011101111001011011000111111 | 8fe3afbcaff2e3bcb63f |
UTF-8 | 釭鹿鱆雫 | 111010011000011110101101111010011011100110111111111010011011000110000110111010011001101110101011111011101000000110110101 | e987ade9b9bfe9b186e99babee81b5 |
UHC | ?鹿??? | 001111111101011011100011001111110011111100111111 | 3fd6e33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)