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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 礪ろ」オ | 111000011110100010000010111010111010001110110101 | e1e882eba3b5 |
EUC-JP | 礪ろ」オ | 1110001011101010101001001110110110001110101000111000111010110101 | e2eaa4ed8ea38eb5 |
UTF-8 | 礪ろ」オ | 111001111010010010101010111000111000001010001101111011111011110110100011111011111011110110110101 | e7a4aae3828defbda3efbdb5 |
UHC | 礪ろ?? | 110101011110110010101010111011010011111100111111 | d5ecaaed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)