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 | Ãý¨ | 1100001110101101110000111011110111000010100011101100001010101000 | c3adc3bdc28ec2a8 |
SJIS-WIN | ???????¨ | 001111110011111100111111001111110011111100111111001111111000000101001110 | 3f3f3f3f3f3f3f814e |
EUC-JP | ���¨ | 1000111110101010101010100011111110001111101010101010101000111111100011111010101010100100001111111000111110101010101001001010000110101111 | 8faaaa3f8faaaa3f8faaa43f8faaa4a1af |
UTF-8 | Ãý¨ | 11000011100000111100001010101101110000111000001111000010101111011100001110000010110000101000111011000011100000101100001010101000 | c383c2adc383c2bdc382c28ec382c2a8 |
UHC | ??½???¨ | 0011111110100001101010010011111110101000111101100011111100111111001111111010000110100111 | 3fa1a93fa8f63f3f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)