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 | 質鰲自 | 1111000111101000100011101011111111101001111000001000111010101001 | f1e88ebfe9e08ea9 |
EUC-JP | ?質鰲自 | 00111111101111001100000111110010111000101011110010101011 | 3fbcc1f2e2bcab |
UTF-8 | 質鰲自 | 111011101000010110100011111010001011001110101010111010011011000010110010111010001000011110101010 | ee85a3e8b3aae9b0b2e887aa |
UHC | ?質鰲自 | 00111111111100101111010111101000101001111110110110111011 | 3ff2f5e8a7edbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)