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 | ¼â¾Ï | 100011101011110011100010101111101000111011001111 | 8ebce2be8ecf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??â??Ï | 00111111001111111000111110101011101001000011111100111111100011111010101011000001 | 3f3f8faba43f3f8faac1 |
UTF-8 | ¼â¾Ï | 110000101000111011000010101111001100001110100010110000101011111011000010100011101100001110001111 | c28ec2bcc3a2c2bec28ec38f |
UHC | ?¼?¾?? | 0011111110101000111110010011111110101000111110100011111100111111 | 3fa8f93fa8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)