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 | 檍??要 | 100111101111100000111111001111111001011101110110 | 9ef83f3f9776 |
EUC-JP | 檍??要 | 110111001111101000111111001111111100110111010111 | dcfa3f3fcdd7 |
UTF-8 | 檍룡꼍要 | 111001101010101010001101111010111010001110100001111010101011110010001101111010001010011010000001 | e6aa8deba3a1eabc8de8a681 |
UHC | 檍룡꼍要 | 1110010111100101101101111110011010110010101111011110100110101001 | e5e5b7e6b2bde9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)