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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 唸哈n}唸哈n{^ | 10011010010110001001100111111011011011100111110110011010010110001001100111111011011011100111101101011110 | 9a5899fb6e7d9a5899fb6e7b5e |
EUC-JP | 唸哈n}唸哈n{^ | 11010011101110011101001011111101011011100111110111010011101110011101001011111101011011100111101101011110 | d3b9d2fd6e7dd3b9d2fd6e7b5e |
UTF-8 | 唸哈n}唸哈n{^ | 1110010110010100101110001110010110010011100010000110111001111101111001011001010010111000111001011001001110001000011011100111101101011110 | e594b8e593886e7de594b8e593886e7b5e |
UHC | ?哈n}?哈n{^ | 0011111111111001111010110110111001111101001111111111100111101011011011100111101101011110 | 3ff9eb6e7d3ff9eb6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)