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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 跫」闖ス\ | 11100110111011011010001111101000100011111011110101011100 | e6eda3e88fbd5c |
EUC-JP | 跫」闖ス\ | 111011001110111110001110101000111110111111101111100011101011110101011100 | ecef8ea3efef8ebd5c |
UTF-8 | 跫」闖ス\ | 11101000101101111010101111101111101111011010001111101001100101111001011011101111101111011011110101011100 | e8b7abefbda3e99796efbdbd5c |
UHC | ??闖?\ | 001111110011111111110111111001100011111101011100 | 3f3ff7e63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)