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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 脱卒則^ | 10010010010001011001000110110010100100011010010101011110 | 924591b291a55e |
EUC-JP | 脱卒則^ | 11000011101001101100001010110100110000101010011101011110 | c3a6c2b4c2a75e |
UTF-8 | 脱卒則^ | 11101000100001001011000111100101100011011001001011100101100010011000011101011110 | e884b1e58d92e589875e |
UHC | ?卒則^ | 001111111111000011101111111101101100111001011110 | 3ff0eff6ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)