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{^ | 100011010110000101101110011111011000110101100001011011100111101101011110 | 8d616e7d8d616e7b5e |
EUC-JP | 溝n}溝n{^ | 101110011100001001101110011111011011100111000010011011100111101101011110 | b9c26e7db9c26e7b5e |
UTF-8 | 溝n}溝n{^ | 1110011010111010100111010110111001111101111001101011101010011101011011100111101101011110 | e6ba9d6e7de6ba9d6e7b5e |
UHC | 溝n}溝n{^ | 110011111011010101101110011111011100111110110101011011100111101101011110 | cfb56e7dcfb56e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)