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 | òô¼¦_É | 11110010111101001011110010100110010111111000111111001001 | f2f4bca65f8fc9 |
SJIS-WIN | ????_?? | 00111111001111110011111100111111010111110011111100111111 | 3f3f3f3f5f3f3f |
EUC-JP | òô?¦_?É | 100011111010101111010010100011111010101111010100001111111000111110100010110000110101111100111111100011111010101010110001 | 8fabd28fabd43f8fa2c35f3f8faab1 |
UTF-8 | òô¼¦_É | 11000011101100101100001110110100110000101011110011000010101001100101111111000010100011111100001110001001 | c3b2c3b4c2bcc2a65fc28fc389 |
UHC | ??¼?_?? | 0011111100111111101010001111100100111111010111110011111100111111 | 3f3fa8f93f5f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)