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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 鰲D鰲D^ | 11101001111000000100010011101001111000000100010001011110 | e9e044e9e0445e |
EUC-JP | 鰲D鰲D^ | 11110010111000100100010011110010111000100100010001011110 | f2e244f2e2445e |
UTF-8 | 鰲D鰲D^ | 111010011011000010110010010001001110100110110000101100100100010001011110 | e9b0b244e9b0b2445e |
UHC | 鰲D鰲D^ | 11101000101001110100010011101000101001110100010001011110 | e8a744e8a7445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)