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 | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | □?釐???F | 100000011010000000111111111001111101100000111111001111110011111101000110 | 81a03fe7d83f3f3f46 |
EUC-JP | □?釐???F | 101000101010001000111111111011101101101000111111001111110011111101000110 | a2a23feeda3f3f3f46 |
UTF-8 | □룶釐㈐룵콮F | 11100010100101101010000111101011101000111011011011101001100001111001000011100011100010001001000011101011101000111011010111101100101111011010111001000110 | e296a1eba3b6e98790e38890eba3b5ecbdae46 |
UHC | □룶釐㈐룵콮F | 10100001111000001000111110101011110101111110110110101001110000011000111110101010101100100100001001000110 | a1e08fabd7eda9c18faab24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)