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 | ???燁 | 0011111100111111001111111111101101011001 | 3f3f3ffb59 |
EUC-JP | ???燁 | 001111110011111100111111100011111100101010110011 | 3f3f3f8fcab3 |
UTF-8 | 緣룬옩燁 | 111001111011011110100011111010111010001110101100111011001001100010101001111001111000011110000001 | e7b7a3eba3acec98a9e78781 |
UHC | 緣룬옩燁 | 1110011011011110101101111110100110011110101010001110011110100111 | e6deb7e99ea8e7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)