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{^ | 100111111111100101101110011111011001111111111001011011100111101101011110 | 9ff96e7d9ff96e7b5e |
EUC-JP | 漱n}漱n{^ | 110111101111101101101110011111011101111011111011011011100111101101011110 | defb6e7ddefb6e7b5e |
UTF-8 | 漱n}漱n{^ | 1110011010111100101100010110111001111101111001101011110010110001011011100111101101011110 | e6bcb16e7de6bcb16e7b5e |
UHC | 漱n}漱n{^ | 111000101010101101101110011111011110001010101011011011100111101101011110 | e2ab6e7de2ab6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)