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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 趁壌收粤顔紫 | 111001101110000110001111111010111001110110111110111000101110001110001010111001111000111010000111 | e6e18feb9dbee2e38ae78e87 |
EUC-JP | 趁壌收粤顔紫 | 111011001110001110111110111011011101101011000000111001001110010110110100111010011011101111100111 | ece3beeddac0e4e5b4e9bbe7 |
UTF-8 | 趁壌收粤顔紫 | 111010001011011010000001111001011010001110001100111001101001010010110110111001111011001010100100111010011010000110010100111001111011010010101011 | e8b681e5a38ce694b6e7b2a4e9a194e7b4ab |
UHC | ??收?顔紫 | 001111110011111111100010101001010011111111100100110101001110110110111001 | 3f3fe2a53fe4d4edb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)