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 | ¼Ö¼¹èË | 101111001101011010111100101110011110100011001011 | bcd6bcb9e8cb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ö??èË | 001111111000111110101010110100110011111100111111100011111010101110110010100011111010101010110011 | 3f8faad33f3f8fabb28faab3 |
UTF-8 | ¼Ö¼¹èË | 110000101011110011000011100101101100001010111100110000101011100111000011101010001100001110001011 | c2bcc396c2bcc2b9c3a8c38b |
UHC | ¼?¼¹?? | 101010001111100100111111101010001111100110101001111101100011111100111111 | a8f93fa8f9a9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)