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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 源?o??E | 1000110010111001001111111000001010001111001111110011111101000101 | 8cb93f828f3f3f45 |
EUC-JP | 源?o饔?E | 10111000101110110011111110100011111011111000111111101000111011110011111101000101 | b8bb3fa3ef8fe8ef3f45 |
UTF-8 | 源장o饔㎿E | 11100110101110101001000011101100100111101010010111101111101111011000111111101001101001011001010011100011100011101011111101000101 | e6ba90ec9ea5efbd8fe9a594e38ebf45 |
UHC | 源장o饔㎿E | 1110101010111001110000001110010110100011111011111110100010111101101001111101001101000101 | eab9c0e5a3efe8bda7d345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)