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 | 獸籃粡 | 111000001101011111100010110101011110001011100111 | e0d7e2d5e2e7 |
EUC-JP | 獸籃粡 | 111000001101100111100100110101111110010011101001 | e0d9e4d7e4e9 |
UTF-8 | 獸籃粡 | 111001111000110110111000111001111011000110000011111001111011001010100001 | e78db8e7b183e7b2a1 |
UHC | 獸籃? | 1110001010101110110101011011111000111111 | e2aed5be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)