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 | ûP×± | 11111011010100001101011110110001 | fb50d7b1 |
SJIS-WIN | ?P×± | 001111110101000010000001011111101000000101111101 | 3f50817e817d |
EUC-JP | ûP×± | 1000111110101011111001010101000010100001110111111010000111011110 | 8fabe550a1dfa1de |
UTF-8 | ûP×± | 11000011101110110101000011000011100101111100001010110001 | c3bb50c397c2b1 |
UHC | ?P×± | 001111110101000010100001101111111010000110111110 | 3f50a1bfa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)