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 | 芯??澱 | 100100000110001100111111001111111001001101100010 | 90633f3f9362 |
EUC-JP | 芯??澱 | 101111111100010000111111001111111100010111000011 | bfc43f3fc5c3 |
UTF-8 | 芯┡룫澱 | 111010001000101010101111111000101001010010100001111010111010001110101011111001101011111010110001 | e88aafe294a1eba3abe6beb1 |
UHC | 芯┡룫澱 | 1110010010100101101001101100101110001111101000101110111011111110 | e4a5a6cb8fa2eefe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)