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 | 茯決痕粤 | 1110010010101000100011001000100010001101101011011110001011100011 | e4a88c888dade2e3 |
EUC-JP | 茯決痕粤 | 1110100010101010101101111110100010111010101011111110010011100101 | e8aab7e8baafe4e5 |
UTF-8 | 茯決痕粤 | 111010001000110010101111111001101011000110111010111001111001011110010101111001111011001010100100 | e88cafe6b1bae79795e7b2a4 |
UHC | 茯決痕? | 11011100110110101100110010111101111111011101110100111111 | dcdaccbdfddd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)