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 | 犁セ、 | 11100000101100111011111010100100 | e0b3bea4 |
EUC-JP | 犁セ、 | 111000001011010110001110101111101000111010100100 | e0b58ebe8ea4 |
UTF-8 | 犁セ、 | 111001111000101010000001111011111011110110111110111011111011110110100100 | e78a81efbdbeefbda4 |
UHC | 犁?? | 11010111111000000011111100111111 | d7e03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)