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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?施}?施{^ | 001111111000111001111011011111010011111110001110011110110111101101011110 | 3f8e7b7d3f8e7b7b5e |
EUC-JP | ?施}?施{^ | 001111111011101111011100011111010011111110111011110111000111101101011110 | 3fbbdc7d3fbbdc7b5e |
UTF-8 | 귿施}귿施{^ | 111010101011011110111111111001101001011010111101011111011110101010110111101111111110011010010110101111010111101101011110 | eab7bfe696bd7deab7bfe696bd7b5e |
UHC | 귿施}귿施{^ | 1011000111011010111000111011111101111101101100011101101011100011101111110111101101011110 | b1dae3bf7db1dae3bf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)