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 | îº´î¢ | 111011101011101010110100111011101000111010100010 | eebab4ee8ea2 |
SJIS-WIN | ??´??¢ | 0011111100111111100000010100110000111111001111111000000110010001 | 3f3f814c3f3f8191 |
EUC-JP | � | 1000111110101011110000101000111110100010111010111010000110101101100011111010101111000010001111111010000111110001 | 8fabc28fa2eba1ad8fabc23fa1f1 |
UTF-8 | îº´î¢ | 110000111010111011000010101110101100001010110100110000111010111011000010100011101100001010100010 | c3aec2bac2b4c3aec28ec2a2 |
UHC | ?º´??? | 0011111110101000101011001010001010100101001111110011111100111111 | 3fa8aca2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)