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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 族?禎??B | 1001000110110000001111111001001011110101001111110011111101000010 | 91b03f92f53f3f42 |
EUC-JP | 族?禎??B | 1100001010110010001111111100010011110111001111110011111101000010 | c2b23fc4f73f3f42 |
UTF-8 | 族롔禎렫셉B | 11100110100101111000111111101011101000011001010011100111101001101000111011101011101000001010101111101100100001011000100101000010 | e6978feba194e7a68eeba0abec858942 |
UHC | 族롔禎렫셉B | 1111000011101001100011101101100011101111111011101000111010111001101111001100000101000010 | f0e98ed8efee8eb9bcc142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)