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 | È÷}È÷{^ | 11001000111101110111110111001000111101110111101101011110 | c8f77dc8f77b5e |
SJIS-WIN | ?÷}?÷{^ | 001111111000000110000000011111010011111110000001100000000111101101011110 | 3f81807d3f81807b5e |
EUC-JP | È÷}È÷{^ | 10001111101010101011001010100001111000000111110110001111101010101011001010100001111000000111101101011110 | 8faab2a1e07d8faab2a1e07b5e |
UTF-8 | È÷}È÷{^ | 1100001110001000110000111011011101111101110000111000100011000011101101110111101101011110 | c388c3b77dc388c3b77b5e |
UHC | ?÷}?÷{^ | 001111111010000111000000011111010011111110100001110000000111101101011110 | 3fa1c07d3fa1c07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)