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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 但洩 | 10010010010000011000100101101011 | 9241896b |
EUC-JP | 但洩 | 11000011101000101011000111001100 | c3a2b1cc |
UTF-8 | 但洩 | 111001001011110110000110111001101011010010101001 | e4bd86e6b4a9 |
UHC | 但洩 | 11010011101000111110000011011101 | d3a3e0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)