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{^ | 0011111110010000100100100110111001111101001111111001000010010010011011100111101101011110 | 3f90926e7d3f90926e7b5e |
EUC-JP | ?崇n}?崇n{^ | 0011111110111111111100100110111001111101001111111011111111110010011011100111101101011110 | 3fbff26e7d3fbff26e7b5e |
UTF-8 | 룶崇n}룶崇n{^ | 1110101110100011101101101110010110110100100001110110111001111101111010111010001110110110111001011011010010000111011011100111101101011110 | eba3b6e5b4876e7deba3b6e5b4876e7b5e |
UHC | 룶崇n}룶崇n{^ | 10001111101010111110001011111101011011100111110110001111101010111110001011111101011011100111101101011110 | 8fabe2fd6e7d8fabe2fd6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)