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 | 1101111010111010110111001011110101000110 | debadcbd46 |
SJIS-WIN | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
EUC-JP | ÞºÜ?F | 1000111110101001101100001000111110100010111010111000111110101010111001000011111101000110 | 8fa9b08fa2eb8faae43f46 |
UTF-8 | ޺ܽF | 110000111001111011000010101110101100001110011100110000101011110101000110 | c39ec2bac39cc2bd46 |
UHC | Þº?½F | 1010100010101101101010001010110000111111101010001111011001000110 | a8ada8ac3fa8f646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)