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{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 扮n}扮n{^ | 100101011010111101101110011111011001010110101111011011100111101101011110 | 95af6e7d95af6e7b5e |
EUC-JP | 扮n}扮n{^ | 110010101011000101101110011111011100101010110001011011100111101101011110 | cab16e7dcab16e7b5e |
UTF-8 | 扮n}扮n{^ | 1110011010001001101011100110111001111101111001101000100110101110011011100111101101011110 | e689ae6e7de689ae6e7b5e |
UHC | 扮n}扮n{^ | 110111011100101001101110011111011101110111001010011011100111101101011110 | ddca6e7dddca6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)