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 | 捧顏霖 | 100101011111100111101000111110001110100011000001 | 95f9e8f8e8c1 |
EUC-JP | 捧顏霖 | 110010101111101111110000111110101111000011000011 | cafbf0faf0c3 |
UTF-8 | 捧顏霖 | 111001101000110110100111111010011010000110001111111010011001110010010110 | e68da7e9a18fe99c96 |
UHC | 捧?霖 | 1101110011101001001111111101011111111101 | dce93fd7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)