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{^ | 100110100111000101101110011111011001101001110001011011100111101101011110 | 9a716e7d9a716e7b5e |
EUC-JP | 嘔n}嘔n{^ | 110100111101001001101110011111011101001111010010011011100111101101011110 | d3d26e7dd3d26e7b5e |
UTF-8 | 嘔n}嘔n{^ | 1110010110011000100101000110111001111101111001011001100010010100011011100111101101011110 | e598946e7de598946e7b5e |
UHC | 嘔n}嘔n{^ | 110011111010010101101110011111011100111110100101011011100111101101011110 | cfa56e7dcfa56e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)