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 | 1000110111010101001111110011111101000110 | 8dd53f3f46 |
EUC-JP | 祭泮?F | 10111010110101111000111111000111101010000011111101000110 | bad78fc7a83f46 |
UTF-8 | 祭泮행F | 11100111101001011010110111100110101100111010111011101101100101101000100101000110 | e7a5ade6b3aeed968946 |
UHC | 祭泮행F | 11110000101011101101101011101010110001111110000001000110 | f0aedaeac7e046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)