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 | 辛??屍 | 100100000110100000111111001111111000111001110010 | 90683f3f8e72 |
EUC-JP | 辛??屍 | 101111111100100100111111001111111011101111010011 | bfc93f3fbbd3 |
UTF-8 | 辛덂륣屍 | 111010001011111010011011111010111000110110000010111010111010010110100011111001011011000110001101 | e8be9beb8d82eba5a3e5b18d |
UHC | 辛덂륣屍 | 1110001111110100100010001110010110010000010010001110001110111011 | e3f488e59048e3bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)