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 | ?勘曼 | 0011111110001010101010001001100111010110 | 3f8aa899d6 |
EUC-JP | 焌勘曼 | 10001111110010011110100010110100101010101101001011011000 | 8fc9e8b4aad2d8 |
UTF-8 | 焌勘曼 | 111001111000010010001100111001011000101110011000111001101001101110111100 | e7848ce58b98e69bbc |
UHC | 焌勘曼 | 111100011110000011001010111010111101100010111010 | f1e0caebd8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)