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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陋幄岶 | 111010001001101110011011111010001001101110101101 | e89b9be89bad |
EUC-JP | 陋幄岶 | 111011111111101111010110111010101101011010101111 | effbd6ead6af |
UTF-8 | 陋幄岶 | 111010011001100110001011111001011011100110000100111001011011001010110110 | e9998be5b984e5b2b6 |
UHC | 陋幄? | 1101011110110000111001001100000100111111 | d7b0e4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)