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 | 11100110101110011001110011100101101110011001111111100101100100111000000001000110 | e6b99ce5b99fe5938046 |
EUC-JP | 貉懷ケ溷凍F | 1110110010111011110110001110011110001110101110011101111011100111110001011110000001000110 | ecbbd8e78eb9dee7c5e046 |
UTF-8 | 貉懷ケ溷凍F | 11101000101100101000100111100110100001111011011111101111101111011011100111100110101110101011011111100101100001111000110101000110 | e8b289e687b7efbdb9e6bab7e5878d46 |
UHC | ?懷??凍F | 0011111111111100111000110011111100111111110101001101000001000110 | 3ffce33f3fd4d046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)