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 | 趁壌收粤句髪 | 111001101110000110001111111010111001110110111110111000101110001110001011111001011001010010101111 | e6e18feb9dbee2e38be594af |
EUC-JP | 趁壌收粤句髪 | 111011001110001110111110111011011101101011000000111001001110010110110110111001111100100010110001 | ece3beeddac0e4e5b6e7c8b1 |
UTF-8 | 趁壌收粤句髪 | 111010001011011010000001111001011010001110001100111001101001010010110110111001111011001010100100111001011000111110100101111010011010101110101010 | e8b681e5a38ce694b6e7b2a4e58fa5e9abaa |
UHC | ??收?句? | 0011111100111111111000101010010100111111110011111010001100111111 | 3f3fe2a53fcfa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)