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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髣雁●闡オ | 111010011001011110001010111001011000000110011100111010001001000110110101 | e9978ae5819ce891b5 |
EUC-JP | 髣雁●闡オ | 11110001111101111011010011100111101000011111110011101111111100011000111010110101 | f1f7b4e7a1fceff18eb5 |
UTF-8 | 髣雁●闡オ | 111010011010101110100011111010011001101110000001111000101001011110001111111010011001011110100001111011111011110110110101 | e9aba3e99b81e2978fe997a1efbdb5 |
UHC | ?雁●闡? | 0011111111100100110100101010000111011100111101001100010100111111 | 3fe4d2a1dcf4c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)