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 | ?s}?s{^ | 00111111011100110111110100111111011100110111101101011110 | 3f737d3f737b5e |
SJIS-WIN | 憲s}憲s{^ | 100011001001101101110011011111011000110010011011011100110111101101011110 | 8c9b737d8c9b737b5e |
EUC-JP | 憲s}憲s{^ | 101101111111101101110011011111011011011111111011011100110111101101011110 | b7fb737db7fb737b5e |
UTF-8 | 憲s}憲s{^ | 1110011010000110101100100111001101111101111001101000011010110010011100110111101101011110 | e686b2737de686b2737b5e |
UHC | 憲s}憲s{^ | 111110101100101001110011011111011111101011001010011100110111101101011110 | faca737dfaca737b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)