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 | シト紗執 | 101111001100010010001110110100011000111010110111 | bcc48ed18eb7 |
EUC-JP | シト紗執 | 1000111010111100100011101100010010111100110100111011110010111001 | 8ebc8ec4bcd3bcb9 |
UTF-8 | シト紗執 | 111011111011110110111100111011111011111010000100111001111011010010010111111001011001111110110111 | efbdbcefbe84e7b497e59fb7 |
UHC | ??紗執 | 001111110011111111011110111010011111001011111011 | 3f3fdee9f2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)