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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鄒旃咲ァ毅 | 111001111011111010011101110100011000110111100111101001111000101101000010 | e7be9dd18de7a78b42 |
EUC-JP | 鄒旃咲ァ毅 | 11101110110000001101101011010011101110101110100110001110101001111011010110100011 | eec0dad3bae98ea7b5a3 |
UTF-8 | 鄒旃咲ァ毅 | 111010011000010010010010111001101001011110000011111001011001001010110010111011111011110110100111111001101010111110000101 | e98492e69783e592b2efbda7e6af85 |
UHC | 鄒???毅 | 11110101110110110011111100111111001111111110101111110110 | f5db3f3f3febf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)