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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??脘? | 001111110011111110001111110101101010110000111111 | 3f3f8fd6ac3f |
UTF-8 | 믥뺮脘뙶 | 111010111010111110100101111010111011101010101110111010001000010010011000111010111001100110110110 | ebafa5ebbaaee88498eb99b6 |
UHC | 믥뺮脘뙶 | 1001001011100111100101011111010111101000110100101000110010111001 | 92e795f5e8d28cb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)