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 | 秘摺跏 | 100101001110100110010000101000001110011011100110 | 94e990a0e6e6 |
EUC-JP | 秘摺跏 | 110010001110101111000000101000101110110011101000 | c8ebc0a2ece8 |
UTF-8 | 秘摺跏 | 111001111010011110011000111001101001000110111010111010001011011110001111 | e7a798e691bae8b78f |
UHC | 秘摺跏 | 110111011111101011101111110010011100101010111010 | ddfaefc9caba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)