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 | 永△? | 1000100101101001100000011010001000111111 | 896981a23f |
EUC-JP | 永△? | 1011000111001010101000101010010000111111 | b1caa2a43f |
UTF-8 | 永△뾾 | 111001101011000010111000111000101001011010110011111010111011111010111110 | e6b0b8e296b3ebbebe |
UHC | 永△뾾 | 111001111011010110100001111000101001011110000110 | e7b5a1e29786 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)