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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 褓野ぇ矼ア | 111001011110111010010110111011001000001010100101111000011110001110110001 | e5ee96ec82a5e1e3b1 |
EUC-JP | 褓野ぇ矼ア | 11101010111100001100110011101110101001001010011111100010111001011000111010110001 | eaf0cceea4a7e2e58eb1 |
UTF-8 | 褓野ぇ矼ア | 111010001010010010010011111010011000011110001110111000111000000110000111111001111001111110111100111011111011110110110001 | e8a493e9878ee38187e79fbcefbdb1 |
UHC | 褓野ぇ?? | 1101110011001110111001011010111110101010101001110011111100111111 | dccee5afaaa73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)