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 | 100011001011100100111111100000101000111100111111100010111000010001000101 | 8cb93f828f3f8b8445 |
EUC-JP | 源?o邕灸E | 1011100010111011001111111010001111101111100011111110000111101101101101011110010001000101 | b8bb3fa3ef8fe1edb5e445 |
UTF-8 | 源장o邕灸E | 11100110101110101001000011101100100111101010010111101111101111011000111111101001100000101001010111100111100000011011100001000101 | e6ba90ec9ea5efbd8fe98295e781b845 |
UHC | 源장o邕灸E | 1110101010111001110000001110010110100011111011111110100010111011110011111011011001000101 | eab9c0e5a3efe8bbcfb645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)