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 | 畆皺笵 | 111000010101101111100001101100001110001010011011 | e15be1b0e29b |
EUC-JP | 畆皺笵 | 111000011011110011100010101100101110001111111011 | e1bce2b2e3fb |
UTF-8 | 畆皺笵 | 111001111001010110000110111001111001101010111010111001111010110010110101 | e79586e79abae7acb5 |
UHC | ?皺? | 00111111111101011101010000111111 | 3ff5d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)