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 | ?_? | 001111110101111100111111 | 3f5f3f |
SJIS-WIN | 但_渫 | 1001001001000001010111111001111111010110 | 92415f9fd6 |
EUC-JP | 但_渫 | 1100001110100010010111111101111011011000 | c3a25fded8 |
UTF-8 | 但_渫 | 11100100101111011000011001011111111001101011100010101011 | e4bd865fe6b8ab |
UHC | 但_渫 | 1101001110100011010111111110000011011110 | d3a35fe0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)