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 | 嶴èP | 11100101101101101011010011101000101011011001111101010000 | e5b6b4e8ad9f50 |
SJIS-WIN | ?¶´???P | 001111111000000111110111100000010100110000111111001111110011111101010000 | 3f81f7814c3f3f3f50 |
EUC-JP | 嶴è??P | 10001111101010111010100110100010111110011010000110101101100011111010101110110010001111110011111101010000 | 8faba9a2f9a1ad8fabb23f3f50 |
UTF-8 | 嶴èP | 11000011101001011100001010110110110000101011010011000011101010001100001010101101110000101001111101010000 | c3a5c2b6c2b4c3a8c2adc29f50 |
UHC | ?¶´??P | 00111111101000101101001010100010101001010011111110100001101010010011111101010000 | 3fa2d2a2a53fa1a93f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)