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 | 跏千イ | 1110011011100110100100001110011110110010 | e6e690e7b2 |
EUC-JP | 跏千イ | 111011001110100011000000111010011000111010110010 | ece8c0e98eb2 |
UTF-8 | 跏千イ | 111010001011011110001111111001011000110110000011111011111011110110110010 | e8b78fe58d83efbdb2 |
UHC | 跏千? | 1100101010111010111101001011011000111111 | cabaf4b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)