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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 貳ニ佖oBF | 1110011011000110110001101111101001101110011011110100001001000110 | e6c6c6fa6e6f4246 |
EUC-JP | 貳ニ佖oBF | 11101100110010001000111011000110100011111011000011101110011011110100001001000110 | ecc88ec68fb0ee6f4246 |
UTF-8 | 貳ニ佖oBF | 111010001011001010110011111011111011111010000110111001001011110110010110011011110100001001000110 | e8b2b3efbe86e4bd966f4246 |
UHC | 貳??oBF | 11101100110000110011111100111111011011110100001001000110 | ecc33f3f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)