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 | CºF | 10011011010000111001101110111010100000101000100101000110 | 9b439bba828946 |
SJIS-WIN | ?C????F | 00111111010000110011111100111111001111110011111101000110 | 3f433f3f3f3f46 |
EUC-JP | ?C?º??F | 001111110100001100111111100011111010001011101011001111110011111101000110 | 3f433f8fa2eb3f3f46 |
UTF-8 | CºF | 110000101001101101000011110000101001101111000010101110101100001010000010110000101000100101000110 | c29b43c29bc2bac282c28946 |
UHC | ?C?º??F | 0011111101000011001111111010100010101100001111110011111101000110 | 3f433fa8ac3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)