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 | 脱尊叩足 | 1001001001000101100100011011100010010010010000001001000110101011 | 924591b8924091ab |
EUC-JP | 脱尊叩足 | 1100001110100110110000101011101011000011101000011100001010101101 | c3a6c2bac3a1c2ad |
UTF-8 | 脱尊叩足 | 111010001000010010110001111001011011000010001010111001011000111110101001111010001011011010110011 | e884b1e5b08ae58fa9e8b6b3 |
UHC | ?尊叩足 | 00111111111100001110111011001101101100001111000011101011 | 3ff0eecdb0f0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)