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 | ¼â¾ | 1000111010111100111000101011111010001110 | 8ebce2be8e |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??â?? | 00111111001111111000111110101011101001000011111100111111 | 3f3f8faba43f3f |
UTF-8 | ¼â¾ | 11000010100011101100001010111100110000111010001011000010101111101100001010001110 | c28ec2bcc3a2c2bec28e |
UHC | ?¼?¾? | 00111111101010001111100100111111101010001111101000111111 | 3fa8f93fa8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)