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 | 趁壌收粤芽」 | 1110011011100001100011111110101110011101101111101110001011100011100010011110100010100011 | e6e18feb9dbee2e389e8a3 |
EUC-JP | 趁壌收粤芽」 | 111011001110001110111110111011011101101011000000111001001110010110110010111010101000111010100011 | ece3beeddac0e4e5b2ea8ea3 |
UTF-8 | 趁壌收粤芽」 | 111010001011011010000001111001011010001110001100111001101001010010110110111001111011001010100100111010001000101010111101111011111011110110100011 | e8b681e5a38ce694b6e7b2a4e88abdefbda3 |
UHC | ??收?芽? | 0011111100111111111000101010010100111111111001001011010000111111 | 3f3fe2a53fe4b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)