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 | 堤峰卍 | 100100101110011110010101111101001001100111000010 | 92e795f499c2 |
EUC-JP | 堤峰卍 | 110001001110100111001010111101101101001011000100 | c4e9caf6d2c4 |
UTF-8 | 堤峰卍 | 111001011010000010100100111001011011001110110000111001011000110110001101 | e5a0a4e5b3b0e58d8d |
UHC | 堤峰卍 | 111100001010011111011100111010001101100010110011 | f0a7dce8d8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)