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 | 村其脱多 | 1001000110111010100100011011010010010010010001011001000110111101 | 91ba91b4924591bd |
EUC-JP | 村其脱多 | 1100001010111100110000101011011011000011101001101100001010111111 | c2bcc2b6c3a6c2bf |
UTF-8 | 村其脱多 | 111001101001110110010001111001011000010110110110111010001000010010110001111001011010010010011010 | e69d91e585b6e884b1e5a49a |
UHC | 村其?多 | 11110101101111011101000011101100001111111101001011111101 | f5bdd0ec3fd2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)