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 | 晶ウ灼 | 10001111101110111011001110001110110111001111001011010001 | 8fbbb38edcf2d1 |
EUC-JP | 晶ウ灼? | 10111110101111011000111010110011101111001101111000111111 | bebd8eb3bcde3f |
UTF-8 | 晶ウ灼 | 111001101001100110110110111011111011110110110011111001111000000110111100111011101000100010001000 | e699b6efbdb3e781bcee8888 |
UHC | 晶?灼? | 111011111101110000111111111011011100011100111111 | efdc3fedc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)