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 | 竺妤質 | 1111000111111010100011101011000111111010101001001000111010111111 | f1fa8eb1faa48ebf |
EUC-JP | ?竺妤質 | 0011111110111100101100111000111110111001101011111011110011000001 | 3fbcb38fb9afbcc1 |
UTF-8 | 竺妤質 | 111011101000010110110101111001111010101110111010111001011010011010100100111010001011001110101010 | ee85b5e7abbae5a6a4e8b3aa |
UHC | ?竺?質 | 001111111111010111100111001111111111001011110101 | 3ff5e73ff2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)