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 | 粽箚}粽箚{^ | 1110001011101110111000101011001001111101111000101110111011100010101100100111101101011110 | e2eee2b27de2eee2b27b5e |
EUC-JP | 粽箚}粽箚{^ | 1110010011110000111001001011010001111101111001001111000011100100101101000111101101011110 | e4f0e4b47de4f0e4b47b5e |
UTF-8 | 粽箚}粽箚{^ | 111001111011001010111101111001111010111010011010011111011110011110110010101111011110011110101110100110100111101101011110 | e7b2bde7ae9a7de7b2bde7ae9a7b5e |
UHC | ?箚}?箚{^ | 001111111111001110110000011111010011111111110011101100000111101101011110 | 3ff3b07d3ff3b07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)