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 | ß÷}ß÷{^ | 11011111111101110111110111011111111101110111101101011110 | dff77ddff77b5e |
SJIS-WIN | ?÷}?÷{^ | 001111111000000110000000011111010011111110000001100000000111101101011110 | 3f81807d3f81807b5e |
EUC-JP | ß÷}ß÷{^ | 10001111101010011100111010100001111000000111110110001111101010011100111010100001111000000111101101011110 | 8fa9cea1e07d8fa9cea1e07b5e |
UTF-8 | ß÷}ß÷{^ | 1100001110011111110000111011011101111101110000111001111111000011101101110111101101011110 | c39fc3b77dc39fc3b77b5e |
UHC | ß÷}ß÷{^ | 1010100110101100101000011100000001111101101010011010110010100001110000000111101101011110 | a9aca1c07da9aca1c07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)