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{^ | 1000111111110110001111110110111001111101100011111111011000111111011011100111101101011110 | 8ff63f6e7d8ff63f6e7b5e |
EUC-JP | 蒸?n}蒸?n{^ | 1011111011111000001111110110111001111101101111101111100000111111011011100111101101011110 | bef83f6e7dbef83f6e7b5e |
UTF-8 | 蒸렣n}蒸렣n{^ | 1110100010010010101110001110101110100000101000110110111001111101111010001001001010111000111010111010000010100011011011100111101101011110 | e892b8eba0a36e7de892b8eba0a36e7b5e |
UHC | 蒸렣n}蒸렣n{^ | 11110001111110101000111010110100011011100111110111110001111110101000111010110100011011100111101101011110 | f1fa8eb46e7df1fa8eb46e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)