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 | ?V}?V{^ | 00111111010101100111110100111111010101100111101101011110 | 3f567d3f567b5e |
SJIS-WIN | 巽V}巽V{^ | 100100100100011001010110011111011001001001000110010101100111101101011110 | 9246567d9246567b5e |
EUC-JP | 巽V}巽V{^ | 110000111010011101010110011111011100001110100111010101100111101101011110 | c3a7567dc3a7567b5e |
UTF-8 | 巽V}巽V{^ | 1110010110110111101111010101011001111101111001011011011110111101010101100111101101011110 | e5b7bd567de5b7bd567b5e |
UHC | 巽V}巽V{^ | 111000011101111001010110011111011110000111011110010101100111101101011110 | e1de567de1de567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)