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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | テ凝。]H | 110000111000101111000011101000010101110101001000 | c38bc3a15d48 |
EUC-JP | テ凝。]H | 1000111011000011101101101100010110001110101000010101110101001000 | 8ec3b6c58ea15d48 |
UTF-8 | テ凝。]H | 1110111110111110100000111110010110000111100111011110111110111101101000010101110101001000 | efbe83e5879defbda15d48 |
UHC | ?凝?]H | 001111111110101111101010001111110101110101001000 | 3febea3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)