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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 痞盖齏 | 111000010111110011100001101100111110100011101011 | e17ce1b3e8eb |
EUC-JP | 痞盖齏 | 111000011101110111100010101101011111000011101101 | e1dde2b5f0ed |
UTF-8 | 痞盖齏 | 111001111001011110011110111001111001101110010110111010011011110110001111 | e7979ee79b96e9bd8f |
UHC | ?盖? | 00111111110010111100110000111111 | 3fcbcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)