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 | 瓔糯膳瓔 | 1110000011111011111000101111011110010001010101101110000011111011 | e0fbe2f79156e0fb |
EUC-JP | 瓔糯膳瓔 | 1110000011111101111001001111100111000001101101111110000011111101 | e0fde4f9c1b7e0fd |
UTF-8 | 瓔糯膳瓔 | 111001111001001110010100111001111011001110101111111010001000011010110011111001111001001110010100 | e79394e7b3afe886b3e79394 |
UHC | 瓔?膳瓔 | 11100111110000100011111111100000110011101110011111000010 | e7c23fe0cee7c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)