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 | 燾フ酥ッ\ | 11111011010110101100110011100111110001101010111101011100 | fb5acce7c6af5c |
EUC-JP | 燾フ酥ッ\ | 10001111110010101011110110001110110011001110111011001000100011101010111101011100 | 8fcabd8ecceec88eaf5c |
UTF-8 | 燾フ酥ッ\ | 11100111100001111011111011101111101111101000110011101001100001011010010111101111101111011010111101011100 | e787beefbe8ce985a5efbdaf5c |
UHC | 燾???\ | 110101001010011100111111001111110011111101011100 | d4a73f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)