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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?蛟??漬? | 0011111111100101100000000011111100111111100100101101000000111111 | 3fe5803f3f92d03f |
EUC-JP | 塼蛟??漬? | 10001111101110001011100111101001111000000011111100111111110001001101001000111111 | 8fb8b9e9e03f3fc4d23f |
UTF-8 | 塼蛟렰렪漬렓 | 111001011010000110111100111010001001101110011111111010111010000010110000111010111010000010101010111001101011110010101100111010111010000010010011 | e5a1bce89b9feba0b0eba0aae6bcaceba093 |
UHC | 塼蛟렰렪漬렓 | 111011101111010011001110111100011000111010111101100011101011100011110010101100001000111010101000 | eef4cef18ebd8eb8f2b08ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)