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 | 11110010101011111000111011010110111001111010001101000110 | f2af8ed6e7a346 |
EUC-JP | ?蛇逎F | 001111111011110011011000111011101010010101000110 | 3fbcd8eea546 |
UTF-8 | 蛇逎F | 11101110100001111010011011101000100110111000011111101001100000001000111001000110 | ee87a6e89b87e9808e46 |
UHC | ?蛇?F | 0011111111011110111011110011111101000110 | 3fdeef3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)