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 | ?Vn}?Vn{^ | 001111110101011001101110011111010011111101010110011011100111101101011110 | 3f566e7d3f566e7b5e |
SJIS-WIN | 莢Vn}莢Vn{^ | 1110010010110000010101100110111001111101111001001011000001010110011011100111101101011110 | e4b0566e7de4b0566e7b5e |
EUC-JP | 莢Vn}莢Vn{^ | 1110100010110010010101100110111001111101111010001011001001010110011011100111101101011110 | e8b2566e7de8b2566e7b5e |
UTF-8 | 莢Vn}莢Vn{^ | 11101000100011101010001001010110011011100111110111101000100011101010001001010110011011100111101101011110 | e88ea2566e7de88ea2566e7b5e |
UHC | 莢Vn}莢Vn{^ | 1111101011111000010101100110111001111101111110101111100001010110011011100111101101011110 | faf8566e7dfaf8566e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)