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 | 蠕育ウ「蠕 | 1110010110111110100010001110011110110011101000101110010110111110 | e5be88e7b3a2e5be |
EUC-JP | 蠕育ウ「蠕 | 11101010110000001011000011101001100011101011001110001110101000101110101011000000 | eac0b0e98eb38ea2eac0 |
UTF-8 | 蠕育ウ「蠕 | 111010001010000010010101111010001000001010110010111011111011110110110011111011111011110110100010111010001010000010010101 | e8a095e882b2efbdb3efbda2e8a095 |
UHC | ?育??? | 001111111110101111000000001111110011111100111111 | 3febc03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)