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 | 橈??晤 | 100111101111010000111111001111111001110111101011 | 9ef43f3f9deb |
EUC-JP | 橈??晤 | 110111001111011000111111001111111101101011101101 | dcf63f3fdaed |
UTF-8 | 橈묕쉴晤 | 111001101010100110001000111010111010110010010101111011001000100110110100111001101001100110100100 | e6a988ebac95ec89b4e699a4 |
UHC | 橈묕쉴晤 | 1110100011111010100100011110111110111101101011111110011111111011 | e8fa91efbdafe7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)