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 | 趁壌收粤芽 | 11100110111000011000111111101011100111011011111011100010111000111000100111101000 | e6e18feb9dbee2e389e8 |
EUC-JP | 趁壌收粤芽 | 11101100111000111011111011101101110110101100000011100100111001011011001011101010 | ece3beeddac0e4e5b2ea |
UTF-8 | 趁壌收粤芽 | 111010001011011010000001111001011010001110001100111001101001010010110110111001111011001010100100111010001000101010111101 | e8b681e5a38ce694b6e7b2a4e88abd |
UHC | ??收?芽 | 00111111001111111110001010100101001111111110010010110100 | 3f3fe2a53fe4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)