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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 脱促速奪俗 | 10010010010001011001000110100011100100011010110010010010010001001001000110101101 | 924591a391ac924491ad |
EUC-JP | 脱促速奪俗 | 11000011101001101100001010100101110000101010111011000011101001011100001010101111 | c3a6c2a5c2aec3a5c2af |
UTF-8 | 脱促速奪俗 | 111010001000010010110001111001001011111110000011111010011000000010011111111001011010010110101010111001001011111110010111 | e884b1e4bf83e9809fe5a5aae4bf97 |
UHC | ?促速奪俗 | 001111111111010110110101111000011101110011110111101011001110000111010100 | 3ff5b5e1dcf7ace1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)