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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 爰オ襭F | 111000001010011110110101111001100100001001000110 | e0a7b5e64246 |
EUC-JP | 爰オ襭F | 11100000101010011000111010110101111010111010001101000110 | e0a98eb5eba346 |
UTF-8 | 爰オ襭F | 11100111100010001011000011101111101111011011010111101000101001011010110101000110 | e788b0efbdb5e8a5ad46 |
UHC | 爰??F | 1110101010111010001111110011111101000110 | eaba3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)