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 | 姚??嵬?? | 1001101101001100001111110011111110011011110010100011111100111111 | 9b4c3f3f9bca3f3f |
EUC-JP | 姚?Ŧ嵬?? | 11010101101011010011111110001111101010011010111111010110110011000011111100111111 | d5ad3f8fa9afd6cc3f3f |
UTF-8 | 姚붺Ŧ嵬뗧풚 | 1110010110100111100110101110101110110110101110101100010110100110111001011011010110101100111010111001011110100111111011011001001010011010 | e5a79aebb6bac5a6e5b5aceb97a7ed929a |
UHC | 姚붺Ŧ嵬뗧풚 | 111010001110111010010100111001111010100010101110111010001110001110001011111001111011111010011101 | e8ee94e7a8aee8e38be7be9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)