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 | 1110011010001010100101100111110101011001111001101000101010010110011111010110001001000101 | e68a967d59e68a967d6245 |
EUC-JP | 謚凡Y謚凡bE | 1110101111101010110010111101111001011001111010111110101011001011110111100110001001000101 | ebeacbde59ebeacbde6245 |
UTF-8 | 謚凡Y謚凡bE | 111010001010110010011010111001011000011110100001010110011110100010101100100110101110010110000111101000010110001001000101 | e8ac9ae587a159e8ac9ae587a16245 |
UHC | 謚凡Y謚凡bE | 1110110011010000110110111110110101011001111011001101000011011011111011010110001001000101 | ecd0dbed59ecd0dbed6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)