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 | 億??矣?П | 100010011010110100111111001111111110000111100001001111111000010001010000 | 89ad3f3fe1e13f8450 |
EUC-JP | 億??矣?П | 101100101010111100111111001111111110001011100011001111111010011110110001 | b2af3f3fe2e33fa7b1 |
UTF-8 | 億됰툋矣깁П | 1110010110000100100001001110101110010000101100001110110110001000100010111110011110011111101000111110101010111001100000011101000010011111 | e58484eb90b0ed888be79fa3eab981d09f |
UHC | 億됰툋矣깁П | 111001011110001010001001111010111011100010000011111010111111100010110001111010011010110010110001 | e5e289ebb883ebf8b1e9acb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)