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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 曜???ε? | 1001011101101010001111110011111100111111100000111100001100111111 | 976a3f3f3f83c33f |
EUC-JP | 曜??旿ε? | 11001101110010110011111100111111100011111100000111110100101001101100010100111111 | cdcb3f3f8fc1f4a6c53f |
UTF-8 | 曜뀐쉽旿ε칯 | 1110011010011011100111001110101110000000100100001110110010001001101111011110011010010111101111111100111010110101111011001011100110101111 | e69b9ceb8090ec89bde697bfceb5ecb9af |
UHC | 曜뀐쉽旿ε칯 | 111010001111100010110010111011111011110110110001111001111111101010100101111001011010111110000010 | e8f8b2efbdb1e7faa5e5af82 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)