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 | 甞炙甞 | 111000010101001011100000011101001110000101010010 | e152e074e152 |
EUC-JP | 甞炙甞 | 111000011011001111011111110101011110000110110011 | e1b3dfd5e1b3 |
UTF-8 | 甞炙甞 | 111001111001010010011110111001111000001010011001111001111001010010011110 | e7949ee78299e7949e |
UHC | ?炙? | 00111111111011011011001100111111 | 3fedb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)