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 | 眞瑯}眞瑯{^ | 1110000111000001111000001110010101111101111000011100000111100000111001010111101101011110 | e1c1e0e57de1c1e0e57b5e |
EUC-JP | 眞瑯}眞瑯{^ | 1110001011000011111000001110011101111101111000101100001111100000111001110111101101011110 | e2c3e0e77de2c3e0e77b5e |
UTF-8 | 眞瑯}眞瑯{^ | 111001111001110010011110111001111001000110101111011111011110011110011100100111101110011110010001101011110111101101011110 | e79c9ee791af7de79c9ee791af7b5e |
UHC | 眞瑯}眞瑯{^ | 1111001011011000110101011100101101111101111100101101100011010101110010110111101101011110 | f2d8d5cb7df2d8d5cb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)