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 | ?迚〕朿枷 | 001111111110011110001001100000010110110010011110010100101001111001100111 | 3fe789816c9e529e67 |
EUC-JP | 梻迚〕朿枷 | 1000111111000011111110101110110111101001101000011100110111011011101100111101101111001000 | 8fc3faede9a1cddbb3dbc8 |
UTF-8 | 梻迚〕朿枷 | 111001101010001010111011111010001011111110011010111000111000000010010101111001101001110010111111111001101001111010110111 | e6a2bbe8bf9ae38095e69cbfe69eb7 |
UHC | ??〕?枷 | 00111111001111111010000110110011001111111100101010101110 | 3f3fa1b33fcaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)