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{^ | 0011111111111011010100100110111001111101001111111111101101010010011011100111101101011110 | 3ffb526e7d3ffb526e7b5e |
EUC-JP | ?炫n}?炫n{^ | 00111111100011111100100111010011011011100111110100111111100011111100100111010011011011100111101101011110 | 3f8fc9d36e7d3f8fc9d36e7b5e |
UTF-8 | 뛤炫n}뛤炫n{^ | 1110101110011011101001001110011110000010101010110110111001111101111010111001101110100100111001111000001010101011011011100111101101011110 | eb9ba4e782ab6e7deb9ba4e782ab6e7b5e |
UHC | 뛤炫n}뛤炫n{^ | 10001101011001111111101011011011011011100111110110001101011001111111101011011011011011100111101101011110 | 8d67fadb6e7d8d67fadb6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)