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 | ÞóÖãN | 1101111011110011110101101110001101001110 | def3d6e34e |
SJIS-WIN | ????N | 0011111100111111001111110011111101001110 | 3f3f3f3f4e |
EUC-JP | ÞóÖãN | 10001111101010011011000010001111101010111101000110001111101010101101001110001111101010111010101001001110 | 8fa9b08fabd18faad38fabaa4e |
UTF-8 | ÞóÖãN | 110000111001111011000011101100111100001110010110110000111010001101001110 | c39ec3b3c396c3a34e |
UHC | Þ???N | 101010001010110100111111001111110011111101001110 | a8ad3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)