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 | ?????h? | 00111111001111110011111100111111001111110110100000111111 | 3f3f3f3f3f683f |
SJIS-WIN | 鬩慕坩遏ッh鬩 | 111010011010100110010101111001111001101010101110111001111001111110101111011010001110100110101001 | e9a995e79aaee79faf68e9a9 |
EUC-JP | 鬩慕坩遏ッh鬩 | 11110010101010111100101011101001110101001011000011101110101000011000111010101111011010001111001010101011 | f2abcae9d4b0eea18eaf68f2ab |
UTF-8 | 鬩慕坩遏ッh鬩 | 11101001101011001010100111100110100001011001010111100101100111011010100111101001100000011000111111101111101111011010111101101000111010011010110010101001 | e9aca9e68595e59da9e9818fefbdaf68e9aca9 |
UHC | ?慕???h? | 0011111111011001101101110011111100111111001111110110100000111111 | 3fd9b73f3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)