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 | ?????CA | 00111111001111110011111100111111001111110100001101000001 | 3f3f3f3f3f4341 |
SJIS-WIN | 藥??雅?CA | 111001010101101000111111001111111000100111101011001111110100001101000001 | e55a3f3f89eb3f4341 |
EUC-JP | 藥??雅?CA | 111010011011101100111111001111111011001011101101001111110100001101000001 | e9bb3f3fb2ed3f4341 |
UTF-8 | 藥먦굩雅괲CA | 1110100010010111101001011110101110101000101001101110101010110101101010011110100110011011100001011110101010110100101100100100001101000001 | e897a5eba8a6eab5a9e99b85eab4b24341 |
UHC | 藥먦굩雅괲CA | 111001011011011110010000111000111000001010001111111001001011101010000010010110010100001101000001 | e5b790e3828fe4ba82594341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)