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 | 薔?度晨 | 11100101010010110011111110010011011110001001110111101101 | e54b3f93789ded |
EUC-JP | 薔?度晨 | 11101001101011000011111111000101110110011101101011101111 | e9ac3fc5d9daef |
UTF-8 | 薔쿡度晨 | 111010001001011010010100111011001011111110100001111001011011101010100110111001101001100110101000 | e89694ecbfa1e5baa6e699a8 |
UHC | 薔쿡度晨 | 1110110111111001110001001110111011010011111110001110001111100111 | edf9c4eed3f8e3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)