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 | 只脈? | 1001000111111100100101101010110000111111 | 91fc96ac3f |
EUC-JP | 只脈? | 1100001011111110110011001010111000111111 | c2feccae3f |
UTF-8 | 只脈렪 | 111001011000111110101010111010001000010010001000111010111010000010101010 | e58faae88488eba0aa |
UHC | 只脈렪 | 111100011111111011011000111001101000111010111000 | f1fed8e68eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)