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 | 狃粭牋 | 111000001011101111100010111001001110000010101110 | e0bbe2e4e0ae |
EUC-JP | 狃粭牋 | 111000001011110111100100111001101110000010110000 | e0bde4e6e0b0 |
UTF-8 | 狃粭牋 | 111001111000101110000011111001111011001010101101111001111000100110001011 | e78b83e7b2ade7898b |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)