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 | 哈痾韈毬 | 1001100111111011111000010111110111101000111001111001111101111011 | 99fbe17de8e79f7b |
EUC-JP | 哈痾韈毬 | 1101001011111101111000011101111011110000111010011101110111011100 | d2fde1def0e9dddc |
UTF-8 | 哈痾韈毬 | 111001011001001110001000111001111001011110111110111010011001111110001000111001101010111110101100 | e59388e797bee99f88e6afac |
UHC | 哈??毬 | 111110011110101100111111001111111100111110110011 | f9eb3f3fcfb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)