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 | î±¸é¢ | 111011101011000110111000111010011000111010100010 | eeb1b8e98ea2 |
SJIS-WIN | ?±???¢ | 0011111110000001011111010011111100111111001111111000000110010001 | 3f817d3f3f3f8191 |
EUC-JP | � | 1000111110101011110000101010000111011110100011111010001010110001100011111010101110110001001111111010000111110001 | 8fabc2a1de8fa2b18fabb13fa1f1 |
UTF-8 | î±¸é¢ | 110000111010111011000010101100011100001010111000110000111010100111000010100011101100001010100010 | c3aec2b1c2b8c3a9c28ec2a2 |
UHC | ?±¸??? | 0011111110100001101111101010001010101100001111110011111100111111 | 3fa1bea2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)