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 | 円??鹽? | 10001001011111100011111100111111111010100110010000111111 | 897e3f3fea643f |
EUC-JP | 円??鹽? | 10110001110111110011111100111111111100111100010100111111 | b1df3f3ff3c53f |
UTF-8 | 円띰슁鹽튲 | 111001011000011010000110111010111001110110110000111011001000101010000001111010011011100110111101111011011000101010110010 | e58686eb9db0ec8a81e9b9bded8ab2 |
UHC | 円띰슁鹽튲 | 11100101111101111011011011101111101111011011001111100111101001001011101001100100 | e5f7b6efbdb3e7a4ba64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)