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 | □∫?療 | 10000001101000001000000111100111001111111001011111000011 | 81a081e73f97c3 |
EUC-JP | □∫?療 | 10100010101000101010001011101001001111111100111011000101 | a2a2a2e93fcec5 |
UTF-8 | □∫룶療 | 111000101001011010100001111000101000100010101011111010111010001110110110111001111001100110000010 | e296a1e288abeba3b6e79982 |
UHC | □∫룶療 | 1010000111100000101000011111001010001111101010111101011011111011 | a1e0a1f28fabd6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)