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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韆墓坩蒹 | 1110100011100110100101011110011010011010101011101110010011100011 | e8e695e69aaee4e3 |
EUC-JP | 韆墓坩蒹 | 1111000011101000110010101110100011010100101100001110100011100101 | f0e8cae8d4b0e8e5 |
UTF-8 | 韆墓坩蒹 | 111010011001111110000110111001011010001010010011111001011001110110101001111010001001001010111001 | e99f86e5a293e59da9e892b9 |
UHC | 韆墓?? | 111101001100011111011001110101110011111100111111 | f4c7d9d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)