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^ | 1110011011111101100101110100111001011110 | e6fd974e5e |
SJIS-WIN | ???N^ | 0011111100111111001111110100111001011110 | 3f3f3f4e5e |
EUC-JP | æý?N^ | 100011111010100111000001100011111010101111110010001111110100111001011110 | 8fa9c18fabf23f4e5e |
UTF-8 | æýN^ | 1100001110100110110000111011110111000010100101110100111001011110 | c3a6c3bdc2974e5e |
UHC | æ??N^ | 101010011010000100111111001111110100111001011110 | a9a13f3f4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)