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 | 讓ス邯咤 | 11100110101010001011110111100111101101101001101001000010 | e6a8bde7b69a42 |
EUC-JP | 讓ス邯咤 | 1110110010101010100011101011110111101110101110001101001110100011 | ecaa8ebdeeb8d3a3 |
UTF-8 | 讓ス邯咤 | 111010001010111010010011111011111011110110111101111010011000001010101111111001011001001010100100 | e8ae93efbdbde982afe592a4 |
UHC | 讓?邯咤 | 11100101110100110011111111001010111110111111011011100011 | e5d33fcafbf6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)