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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 駭?[駭?[^ | 111010010110111000111111010110111110100101101110001111110101101101011110 | e96e3f5be96e3f5b5e |
EUC-JP | 駭?[駭?[^ | 111100011100111100111111010110111111000111001111001111110101101101011110 | f1cf3f5bf1cf3f5b5e |
UTF-8 | 駭둙[駭둙[^ | 111010011010011110101101111010111001000110011001010110111110100110100111101011011110101110010001100110010101101101011110 | e9a7adeb91995be9a7adeb91995b5e |
UHC | 駭둙[駭둙[^ | 1111101010110100100010100101000101011011111110101011010010001010010100010101101101011110 | fab48a515bfab48a515b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)