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 | 10010111010110111001000101001110100100001101011101000110 | 975b914e90d746 |
EUC-JP | 夕鮮碩F | 11001101101111001100000110101111110000001101100101000110 | cdbcc1afc0d946 |
UTF-8 | 夕鮮碩F | 11100101101001001001010111101001101011101010111011100111101000101010100101000110 | e5a495e9aeaee7a2a946 |
UHC | 夕鮮碩F | 11100000101010101110000011011000111000001011010101000110 | e0aae0d8e0b546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)