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 | 荼逸秋薛 | 1110010010110110100010001110110110001111010010001110010101001100 | e4b688ed8f48e54c |
EUC-JP | 荼逸秋薛 | 1110100010111000101100001110111110111101101010011110100110101101 | e8b8b0efbda9e9ad |
UTF-8 | 荼逸秋薛 | 111010001000110110111100111010011000000010111000111001111010011110001011111010001001011010011011 | e88dbce980b8e7a78be8969b |
UHC | ?逸秋薛 | 00111111111011001110111111110101110101011110000011100000 | 3feceff5d5e0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)