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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 盖陽韈毬 | 1110000110110011100101110111101011101000111001111001111101111011 | e1b3977ae8e79f7b |
EUC-JP | 盖陽韈毬 | 1110001010110101110011011101101111110000111010011101110111011100 | e2b5cddbf0e9dddc |
UTF-8 | 盖陽韈毬 | 111001111001101110010110111010011001100110111101111010011001111110001000111001101010111110101100 | e79b96e999bde99f88e6afac |
UHC | 盖陽?毬 | 11001011110011001110010111010101001111111100111110110011 | cbcce5d53fcfb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)