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 | 嘲孟? | 1001101001111101100101101101000000111111 | 9a7d96d03f |
EUC-JP | 嘲孟? | 1101001111011110110011001101001000111111 | d3deccd23f |
UTF-8 | 嘲孟렒 | 111001011001100010110010111001011010110110011111111010111010000010010010 | e598b2e5ad9feba092 |
UHC | 嘲孟렒 | 111100001011111111011000111010111000111010100111 | f0bfd8eb8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)