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 | 嘲孟量 | 100110100111110110010110110100001001011111001010 | 9a7d96d097ca |
EUC-JP | 嘲孟量 | 110100111101111011001100110100101100111011001100 | d3deccd2cecc |
UTF-8 | 嘲孟量 | 111001011001100010110010111001011010110110011111111010011000011110001111 | e598b2e5ad9fe9878f |
UHC | 嘲孟量 | 111100001011111111011000111010111101010111100001 | f0bfd8ebd5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)