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{^ | 101100000011111101101110011111011011000000111111011011100111101101011110 | b03f6e7db03f6e7b5e |
SJIS-WIN | °々n}°々n{^ | 10000001100010111000000101011000011011100111110110000001100010111000000101011000011011100111101101011110 | 818b81586e7d818b81586e7b5e |
EUC-JP | °々n}°々n{^ | 10100001111010111010000110111001011011100111110110100001111010111010000110111001011011100111101101011110 | a1eba1b96e7da1eba1b96e7b5e |
UTF-8 | °々n}°々n{^ | 110000101011000011100011100000001000010101101110011111011100001010110000111000111000000010000101011011100111101101011110 | c2b0e380856e7dc2b0e380856e7b5e |
UHC | °?n}°?n{^ | 1010000111000110001111110110111001111101101000011100011000111111011011100111101101011110 | a1c63f6e7da1c63f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)