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}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 覲蹕n}覲蹕n{^ | 11100110010100101110011101001010011011100111110111100110010100101110011101001010011011100111101101011110 | e652e74a6e7de652e74a6e7b5e |
EUC-JP | 覲蹕n}覲蹕n{^ | 11101011101100111110110110101011011011100111110111101011101100111110110110101011011011100111101101011110 | ebb3edab6e7debb3edab6e7b5e |
UTF-8 | 覲蹕n}覲蹕n{^ | 1110100010100110101100101110100010111001100101010110111001111101111010001010011010110010111010001011100110010101011011100111101101011110 | e8a6b2e8b9956e7de8a6b2e8b9956e7b5e |
UHC | 覲?n}覲?n{^ | 1101000011001100001111110110111001111101110100001100110000111111011011100111101101011110 | d0cc3f6e7dd0cc3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)