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 | ??}??}? | 00111111001111110111110100111111001111110111110100111111 | 3f3f7d3f3f7d3f |
SJIS-WIN | 赦鴫}赦鴫}莵 | 100011101100110110001110101100000111110110001110110011011000111010110000011111011110010010110111 | 8ecd8eb07d8ecd8eb07de4b7 |
EUC-JP | 赦鴫}赦鴫}莵 | 101111001100111110111100101100100111110110111100110011111011110010110010011111011110100010111001 | bccfbcb27dbccfbcb27de8b9 |
UTF-8 | 赦鴫}赦鴫}莵 | 1110100010110101101001101110100110110100101010110111110111101000101101011010011011101001101101001010101101111101111010001000111010110101 | e8b5a6e9b4ab7de8b5a6e9b4ab7de88eb5 |
UHC | 赦?}赦?}? | 110111101111010100111111011111011101111011110101001111110111110100111111 | def53f7ddef53f7d3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)