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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞨募、耶 | 11101000111000001001010111100101101001001001011011101011 | e8e095e5a496eb |
EUC-JP | 鞨募、耶 | 1111000011100010110010101110011110001110101001001100110011101101 | f0e2cae78ea4cced |
UTF-8 | 鞨募、耶 | 111010011001111010101000111001011000101110011111111011111011110110100100111010001000000010110110 | e99ea8e58b9fefbda4e880b6 |
UHC | 鞨募?耶 | 11001010111010101101100110110100001111111110010110101101 | caead9b43fe5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)