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{^ | 101110011101000101101110011111011011100111010001011011100111101101011110 | b9d16e7db9d16e7b5e |
SJIS-WIN | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
EUC-JP | ?Ñn}?Ñn{^ | 00111111100011111010101011010000011011100111110100111111100011111010101011010000011011100111101101011110 | 3f8faad06e7d3f8faad06e7b5e |
UTF-8 | ¹Ñn}¹Ñn{^ | 11000010101110011100001110010001011011100111110111000010101110011100001110010001011011100111101101011110 | c2b9c3916e7dc2b9c3916e7b5e |
UHC | ¹?n}¹?n{^ | 1010100111110110001111110110111001111101101010011111011000111111011011100111101101011110 | a9f63f6e7da9f63f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)