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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 礦ス竓 | 1110000111100110101111011110001010001010 | e1e6bde28a |
EUC-JP | 礦ス竓 | 111000101110100010001110101111011110001111101010 | e2e88ebde3ea |
UTF-8 | 礦ス竓 | 111001111010010010100110111011111011110110111101111001111010101110010011 | e7a4a6efbdbde7ab93 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)