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{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
EUC-JP | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
UTF-8 | 씂썏n}씂썏n{^ | 1110110010010100100000101110110010001101100011110110111001111101111011001001010010000010111011001000110110001111011011100111101101011110 | ec9482ec8d8f6e7dec9482ec8d8f6e7b5e |
UHC | 씂썏n}씂썏n{^ | 10011101100110101001101110000010011011100111110110011101100110101001101110000010011011100111101101011110 | 9d9a9b826e7d9d9a9b826e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)