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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 褓野ぇ矼ア蠕 | 1110010111101110100101101110110010000010101001011110000111100011101100011110010110111110 | e5ee96ec82a5e1e3b1e5be |
EUC-JP | 褓野ぇ矼ア蠕 | 111010101111000011001100111011101010010010100111111000101110010110001110101100011110101011000000 | eaf0cceea4a7e2e58eb1eac0 |
UTF-8 | 褓野ぇ矼ア蠕 | 111010001010010010010011111010011000011110001110111000111000000110000111111001111001111110111100111011111011110110110001111010001010000010010101 | e8a493e9878ee38187e79fbcefbdb1e8a095 |
UHC | 褓野ぇ??? | 110111001100111011100101101011111010101010100111001111110011111100111111 | dccee5afaaa73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)