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 | 短揃}短揃{^ | 1001001001011010100100011011010101111101100100100101101010010001101101010111101101011110 | 925a91b57d925a91b57b5e |
EUC-JP | 短揃}短揃{^ | 1100001110111011110000101011011101111101110000111011101111000010101101110111101101011110 | c3bbc2b77dc3bbc2b77b5e |
UTF-8 | 短揃}短揃{^ | 111001111001111110101101111001101000111110000011011111011110011110011111101011011110011010001111100000110111101101011110 | e79fade68f837de79fade68f837b5e |
UHC | 短?}短?{^ | 110100111010110100111111011111011101001110101101001111110111101101011110 | d3ad3f7dd3ad3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)