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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 粕?}粕?{^ | 100101001001010000111111011111011001010010010100001111110111101101011110 | 94943f7d94943f7b5e |
EUC-JP | 粕恔}粕恔{^ | 11000111111101001000111110111101111001000111110111000111111101001000111110111101111001000111101101011110 | c7f48fbde47dc7f48fbde47b5e |
UTF-8 | 粕恔}粕恔{^ | 111001111011001010010101111001101000000110010100011111011110011110110010100101011110011010000001100101000111101101011110 | e7b295e681947de7b295e681947b5e |
UHC | 粕?}粕?{^ | 110110101101100100111111011111011101101011011001001111110111101101011110 | dad93f7ddad93f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)