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 | ÷÷^ | 100111111111011110001011100100011001111111110111100010111000111101011110 | 9ff78b919ff78b8f5e |
SJIS-WIN | ?÷???÷??^ | 0011111110000001100000000011111100111111001111111000000110000000001111110011111101011110 | 3f81803f3f3f81803f3f5e |
EUC-JP | ?÷???÷??^ | 0011111110100001111000000011111100111111001111111010000111100000001111110011111101011110 | 3fa1e03f3f3fa1e03f3f5e |
UTF-8 | ÷÷^ | 1100001010011111110000111011011111000010100010111100001010010001110000101001111111000011101101111100001010001011110000101000111101011110 | c29fc3b7c28bc291c29fc3b7c28bc28f5e |
UHC | ?÷???÷??^ | 0011111110100001110000000011111100111111001111111010000111000000001111110011111101011110 | 3fa1c03f3f3fa1c03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)