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 | à¨ðè | 11100000101010001111000011101000 | e0a8f0e8 |
SJIS-WIN | ?¨?? | 0011111110000001010011100011111100111111 | 3f814e3f3f |
EUC-JP | à¨ðè | 1000111110101011101000101010000110101111100011111010100111000011100011111010101110110010 | 8faba2a1af8fa9c38fabb2 |
UTF-8 | à¨ðè | 1100001110100000110000101010100011000011101100001100001110101000 | c3a0c2a8c3b0c3a8 |
UHC | ?¨ð? | 001111111010000110100111101010011010001100111111 | 3fa1a7a9a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)