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 | 嶴èx | 11100101101101101011010011101000101011011001111101111000 | e5b6b4e8ad9f78 |
SJIS-WIN | ?¶´???x | 001111111000000111110111100000010100110000111111001111110011111101111000 | 3f81f7814c3f3f3f78 |
EUC-JP | 嶴è??x | 10001111101010111010100110100010111110011010000110101101100011111010101110110010001111110011111101111000 | 8faba9a2f9a1ad8fabb23f3f78 |
UTF-8 | 嶴èx | 11000011101001011100001010110110110000101011010011000011101010001100001010101101110000101001111101111000 | c3a5c2b6c2b4c3a8c2adc29f78 |
UHC | ?¶´??x | 00111111101000101101001010100010101001010011111110100001101010010011111101111000 | 3fa2d2a2a53fa1a93f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)