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 | Ì÷}Ì÷{^ | 11001100111101110111110111001100111101110111101101011110 | ccf77dccf77b5e |
SJIS-WIN | ?÷}?÷{^ | 001111111000000110000000011111010011111110000001100000000111101101011110 | 3f81807d3f81807b5e |
EUC-JP | Ì÷}Ì÷{^ | 10001111101010101100000010100001111000000111110110001111101010101100000010100001111000000111101101011110 | 8faac0a1e07d8faac0a1e07b5e |
UTF-8 | Ì÷}Ì÷{^ | 1100001110001100110000111011011101111101110000111000110011000011101101110111101101011110 | c38cc3b77dc38cc3b77b5e |
UHC | ?÷}?÷{^ | 001111111010000111000000011111010011111110100001110000000111101101011110 | 3fa1c07d3fa1c07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)