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{^ | 0011111110001111101110000110111001111101001111111000111110111000011011100111101101011110 | 3f8fb86e7d3f8fb86e7b5e |
EUC-JP | ?昇n}?昇n{^ | 0011111110111110101110100110111001111101001111111011111010111010011011100111101101011110 | 3fbeba6e7d3fbeba6e7b5e |
UTF-8 | 렣昇n}렣昇n{^ | 1110101110100000101000111110011010011000100001110110111001111101111010111010000010100011111001101001100010000111011011100111101101011110 | eba0a3e698876e7deba0a3e698876e7b5e |
UHC | 렣昇n}렣昇n{^ | 10001110101101001110001110110000011011100111110110001110101101001110001110110000011011100111101101011110 | 8eb4e3b06e7d8eb4e3b06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)