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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 邇雅キゎ仮F | 11100111100011101000100111101011101101111000001011101100100010011011110001000110 | e78e89ebb782ec89bc46 |
EUC-JP | 邇雅キゎ仮F | 1110110111101110101100101110110110001110101101111010010011101110101100101011111001000110 | edeeb2ed8eb7a4eeb2be46 |
UTF-8 | 邇雅キゎ仮F | 11101001100000101000011111101001100110111000010111101111101111011011011111100011100000101000111011100100101110111010111001000110 | e98287e99b85efbdb7e3828ee4bbae46 |
UHC | 邇雅?ゎ?F | 111011001100010011100100101110100011111110101010111011100011111101000110 | ecc4e4ba3faaee3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)