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{^ | 0011111110010000111110000110111001111101001111111001000011111000011011100111101101011110 | 3f90f86e7d3f90f86e7b5e |
EUC-JP | ?煽n}?煽n{^ | 0011111111000000111110100110111001111101001111111100000011111010011011100111101101011110 | 3fc0fa6e7d3fc0fa6e7b5e |
UTF-8 | 읰煽n}읰煽n{^ | 1110110010011101101100001110011110000101101111010110111001111101111011001001110110110000111001111000010110111101011011100111101101011110 | ec9db0e785bd6e7dec9db0e785bd6e7b5e |
UHC | 읰煽n}읰煽n{^ | 10011111110101101110000011000011011011100111110110011111110101101110000011000011011011100111101101011110 | 9fd6e0c36e7d9fd6e0c36e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)