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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | テ姪短 | 1100001110010110110000111001001001011010 | c396c3925a |
EUC-JP | テ姪短 | 100011101100001111001100110001011100001110111011 | 8ec3ccc5c3bb |
UTF-8 | テ姪短 | 111011111011111010000011111001011010011110101010111001111001111110101101 | efbe83e5a7aae79fad |
UHC | ?姪短 | 0011111111110010111010111101001110101101 | 3ff2ebd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)