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 | 霓晤坩塚ャ迹 | 1110100010111101100111011110101110011010101011101111101010011100101011001110011110010001 | e8bd9deb9aaefa9cace791 |
EUC-JP | 霓晤坩?ャ迹 | 1111000010111111110110101110110111010100101100000011111110001110101011001110110111110001 | f0bfdaedd4b03f8eacedf1 |
UTF-8 | 霓晤坩塚ャ迹 | 111010011001110010010011111001101001100110100100111001011001110110101001111011111010100010010000111011111011110110101100111010001011111110111001 | e99c93e699a4e59da9efa890efbdace8bfb9 |
UHC | 霓晤???迹 | 111001111110011111100111111110110011111100111111001111111110111011101001 | e7e7e7fb3f3f3feee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)