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 | ?[}?[{^ | 00111111010110110111110100111111010110110111101101011110 | 3f5b7d3f5b7b5e |
SJIS-WIN | 衷[}衷[{^ | 100100101000111101011011011111011001001010001111010110110111101101011110 | 928f5b7d928f5b7b5e |
EUC-JP | 衷[}衷[{^ | 110000111110111101011011011111011100001111101111010110110111101101011110 | c3ef5b7dc3ef5b7b5e |
UTF-8 | 衷[}衷[{^ | 1110100010100001101101110101101101111101111010001010000110110111010110110111101101011110 | e8a1b75b7de8a1b75b7b5e |
UHC | 衷[}衷[{^ | 111101011111101101011011011111011111010111111011010110110111101101011110 | f5fb5b7df5fb5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)