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 | 猿皎?ⅲ | 10001001100011101110000110100111001111111111101001000010 | 898ee1a73ffa42 |
EUC-JP | 猿皎?? | 101100011110111011100010101010010011111100111111 | b1eee2a93f3f |
UTF-8 | 猿皎렣ⅲ | 111001111000110010111111111001111001101010001110111010111010000010100011111000101000010110110010 | e78cbfe79a8eeba0a3e285b2 |
UHC | 猿皎렣ⅲ | 1110101010111011110011101110101110001110101101001010010110100011 | eabbceeb8eb4a5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)