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 | Ý÷}Ý÷{^ | 11011101111101110111110111011101111101110111101101011110 | ddf77dddf77b5e |
SJIS-WIN | ?÷}?÷{^ | 001111111000000110000000011111010011111110000001100000000111101101011110 | 3f81807d3f81807b5e |
EUC-JP | Ý÷}Ý÷{^ | 10001111101010101111001010100001111000000111110110001111101010101111001010100001111000000111101101011110 | 8faaf2a1e07d8faaf2a1e07b5e |
UTF-8 | Ý÷}Ý÷{^ | 1100001110011101110000111011011101111101110000111001110111000011101101110111101101011110 | c39dc3b77dc39dc3b77b5e |
UHC | ?÷}?÷{^ | 001111111010000111000000011111010011111110100001110000000111101101011110 | 3fa1c07d3fa1c07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)