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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 逡稿^ | 1110011110010101100011010110010101011110 | e7958d655e |
EUC-JP | 逡稿^ | 1110110111110101101110011100011001011110 | edf5b9c65e |
UTF-8 | 逡稿^ | 11101001100000001010000111100111101010001011111101011110 | e980a1e7a8bf5e |
UHC | 逡稿^ | 1111000111100100110011011100001101011110 | f1e4cdc35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)