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 | 曠攷g | 100111100100010010011101101111011000001010000111 | 9e449dbd8287 |
EUC-JP | 曠攷g | 110110111010010111011010101111111010001111100111 | dba5dabfa3e7 |
UTF-8 | 曠攷g | 111001101001101110100000111001101001010010110111111011111011110110000111 | e69ba0e694b7efbd87 |
UHC | 曠攷g | 110011101100011111001101101110011010001111100111 | cec7cdb9a3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)