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 | 嘲魅e | 100110100111110110010110101000111000001010000101 | 9a7d96a38285 |
EUC-JP | 嘲魅e | 110100111101111011001100101001011010001111100101 | d3decca5a3e5 |
UTF-8 | 嘲魅e | 111001011001100010110010111010011010110110000101111011111011110110000101 | e598b2e9ad85efbd85 |
UHC | 嘲魅e | 111100001011111111011000111001011010001111100101 | f0bfd8e5a3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)