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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 莨企ヲケc^ | 1110010010111100100010101110100110100110101110010110001101011110 | e4bc8ae9a6b9635e |
EUC-JP | 莨企ヲケc^ | 11101000101111101011010011101011100011101010011010001110101110010110001101011110 | e8beb4eb8ea68eb9635e |
UTF-8 | 莨企ヲケc^ | 1110100010001110101010001110010010111100100000011110111110111101101001101110111110111101101110010110001101011110 | e88ea8e4bc81efbda6efbdb9635e |
UHC | ?企??c^ | 00111111110100001110101000111111001111110110001101011110 | 3fd0ea3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)