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 | ëã´æ¨ | 1110101111100011101101001110011010101000 | ebe3b4e6a8 |
SJIS-WIN | ??´?¨ | 00111111001111111000000101001100001111111000000101001110 | 3f3f814c3f814e |
EUC-JP | ëã´æ¨ | 10001111101010111011001110001111101010111010101010100001101011011000111110101001110000011010000110101111 | 8fabb38fabaaa1ad8fa9c1a1af |
UTF-8 | ëã´æ¨ | 11000011101010111100001110100011110000101011010011000011101001101100001010101000 | c3abc3a3c2b4c3a6c2a8 |
UHC | ??´æ¨ | 0011111100111111101000101010010110101001101000011010000110100111 | 3f3fa2a5a9a1a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)