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 | ?G?W}?G?W{^ | 0011111101000111001111110101011101111101001111110100011100111111010101110111101101011110 | 3f473f577d3f473f577b5e |
SJIS-WIN | ?G?W}?G?W{^ | 0011111101000111001111110101011101111101001111110100011100111111010101110111101101011110 | 3f473f577d3f473f577b5e |
EUC-JP | ?G?W}?G?W{^ | 0011111101000111001111110101011101111101001111110100011100111111010101110111101101011110 | 3f473f577d3f473f577b5e |
UTF-8 | 묲G묯W}묲G묯W{^ | 11101011101011001011001001000111111010111010110010101111010101110111110111101011101011001011001001000111111010111010110010101111010101110111101101011110 | ebacb247ebacaf577debacb247ebacaf577b5e |
UHC | 묲G묯W}묲G묯W{^ | 100100100100100101000111100100100100011001010111011111011001001001001001010001111001001001000110010101110111101101011110 | 9249479246577d9249479246577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)