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 | 脱捉箪足 | 1001001001000101100100011010100010010010010111001001000110101011 | 924591a8925c91ab |
EUC-JP | 脱捉箪足 | 1100001110100110110000101010101011000011101111011100001010101101 | c3a6c2aac3bdc2ad |
UTF-8 | 脱捉箪足 | 111010001000010010110001111001101000110110001001111001111010111010101010111010001011011010110011 | e884b1e68d89e7aeaae8b6b3 |
UHC | ?捉?足 | 001111111111001110110101001111111111000011101011 | 3ff3b53ff0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)