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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 迪凡Y迪凡bE | 1110011110001100100101100111110101011001111001111000110010010110011111010110001001000101 | e78c967d59e78c967d6245 |
EUC-JP | 迪凡Y迪凡bE | 1110110111101100110010111101111001011001111011011110110011001011110111100110001001000101 | edeccbde59edeccbde6245 |
UTF-8 | 迪凡Y迪凡bE | 111010001011111110101010111001011000011110100001010110011110100010111111101010101110010110000111101000010110001001000101 | e8bfaae587a159e8bfaae587a16245 |
UHC | 迪凡Y迪凡bE | 1110111011101000110110111110110101011001111011101110100011011011111011010110001001000101 | eee8dbed59eee8dbed6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)