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{^ | 0011111110010000010011000110111001111101001111111001000001001100011011100111101101011110 | 3f904c6e7d3f904c6e7b5e |
EUC-JP | ?伸n}?伸n{^ | 0011111110111111101011010110111001111101001111111011111110101101011011100111101101011110 | 3fbfad6e7d3fbfad6e7b5e |
UTF-8 | 얋伸n}얋伸n{^ | 1110110010010110100010111110010010111100101110000110111001111101111011001001011010001011111001001011110010111000011011100111101101011110 | ec968be4bcb86e7dec968be4bcb86e7b5e |
UHC | 얋伸n}얋伸n{^ | 10011101111110011110001111011111011011100111110110011101111110011110001111011111011011100111101101011110 | 9df9e3df6e7d9df9e3df6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)