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 | 110011101001101011100011100000001000010101000110 | ce9ae3808546 |
SJIS-WIN | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
EUC-JP | Î?ã??F | 10001111101010101100001000111111100011111010101110101010001111110011111101000110 | 8faac23f8fabaa3f3f46 |
UTF-8 | Îã F | 1100001110001110110000101001101011000011101000111100001010000000110000101000010101000110 | c38ec29ac3a3c280c28546 |
UHC | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)