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 | 1110100010100000100101100111110101011001111010001010000010010110011111010110001001000101 | e8a0967d59e8a0967d6245 |
EUC-JP | 陟凡Y陟凡bE | 1111000010100010110010111101111001011001111100001010001011001011110111100110001001000101 | f0a2cbde59f0a2cbde6245 |
UTF-8 | 陟凡Y陟凡bE | 111010011001100110011111111001011000011110100001010110011110100110011001100111111110010110000111101000010110001001000101 | e9999fe587a159e9999fe587a16245 |
UHC | 陟凡Y陟凡bE | 1111010010110011110110111110110101011001111101001011001111011011111011010110001001000101 | f4b3dbed59f4b3dbed6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)