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 | ?U}?U{^ | 00111111010101010111110100111111010101010111101101011110 | 3f557d3f557b5e |
SJIS-WIN | 允U}允U{^ | 100010001111001001010101011111011000100011110010010101010111101101011110 | 88f2557d88f2557b5e |
EUC-JP | 允U}允U{^ | 101100001111010001010101011111011011000011110100010101010111101101011110 | b0f4557db0f4557b5e |
UTF-8 | 允U}允U{^ | 1110010110000101100000010101010101111101111001011000010110000001010101010111101101011110 | e58581557de58581557b5e |
UHC | 允U}允U{^ | 111010111100001101010101011111011110101111000011010101010111101101011110 | ebc3557debc3557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)