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 | ?B}?B{^ | 00111111010000100111110100111111010000100111101101011110 | 3f427d3f427b5e |
SJIS-WIN | 竪B}竪B{^ | 100100100100011101000010011111011001001001000111010000100111101101011110 | 9247427d9247427b5e |
EUC-JP | 竪B}竪B{^ | 110000111010100001000010011111011100001110101000010000100111101101011110 | c3a8427dc3a8427b5e |
UTF-8 | 竪B}竪B{^ | 1110011110101011101010100100001001111101111001111010101110101010010000100111101101011110 | e7abaa427de7abaa427b5e |
UHC | 竪B}竪B{^ | 111000101011010101000010011111011110001010110101010000100111101101011110 | e2b5427de2b5427b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)